Packagecom.esri.baserver
Classpublic final class CustomerProfilingFillingType
InheritanceCustomerProfilingFillingType Inheritance BaseEnum Inheritance Object

The CustomerProfilingFillingType class provides an enumeration of methods for filling floor and ceiling values in Customer Profile.

See also

CustomerProfilingParameters


Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
CustomerProfilingFillingType
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
[static] Converts a string value to the enumeration item.
CustomerProfilingFillingType
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  CEILING_VALUE : CustomerProfilingFillingType
[static] Fill ceiling values.
CustomerProfilingFillingType
  FLOOR_AND_CEILING_VALUES : CustomerProfilingFillingType
[static] Fill both floor and ceiling values.
CustomerProfilingFillingType
  FLOOR_VALUE : CustomerProfilingFillingType
[static] Fill floor values.
CustomerProfilingFillingType
Property Detail
itemsproperty
items:Array  [read-only]

Array of all items of this enumeration.


Implementation
    public static function get items():Array
Method Detail
toEnumItem()method
public static function toEnumItem(value:String, defaultItem:CustomerProfilingFillingType = null):CustomerProfilingFillingType

Converts a string value to the enumeration item.

Parameters

value:String — String value of the enumeration.
 
defaultItem:CustomerProfilingFillingType (default = null) — An enumeration value to be used if the value is not recognized.

Returns
CustomerProfilingFillingType — An enumeration item or the default item.
Constant Detail
CEILING_VALUEConstant
public static const CEILING_VALUE:CustomerProfilingFillingType

Fill ceiling values.

FLOOR_AND_CEILING_VALUESConstant 
public static const FLOOR_AND_CEILING_VALUES:CustomerProfilingFillingType

Fill both floor and ceiling values.

FLOOR_VALUEConstant 
public static const FLOOR_VALUE:CustomerProfilingFillingType

Fill floor values.