| Package | com.esri.baserver |
| Class | public final class CustomerProfilingFillingType |
| Inheritance | CustomerProfilingFillingType BaseEnum Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| items : Array [static] [read-only]
Array of all items of this enumeration. | CustomerProfilingFillingType | ||
![]() | value : String [read-only]
Value of the enumeration item. | BaseEnum | |
| Method | Defined By | ||
|---|---|---|---|
toEnumItem(value:String, defaultItem:CustomerProfilingFillingType = null):CustomerProfilingFillingType [static]
Converts a string value to the enumeration item. | CustomerProfilingFillingType | ||
![]() | toString():String
Gets the value of the enumeration item. | BaseEnum | |
| Constant | Defined 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 | ||
| items | property |
items:Array [read-only] Array of all items of this enumeration.
public static function get items():Array| toEnumItem | () | method |
public static function toEnumItem(value:String, defaultItem:CustomerProfilingFillingType = null):CustomerProfilingFillingTypeConverts 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.
|
CustomerProfilingFillingType — An enumeration item or the default item.
|
| CEILING_VALUE | Constant |
public static const CEILING_VALUE:CustomerProfilingFillingTypeFill ceiling values.
| FLOOR_AND_CEILING_VALUES | Constant |
public static const FLOOR_AND_CEILING_VALUES:CustomerProfilingFillingTypeFill both floor and ceiling values.
| FLOOR_VALUE | Constant |
public static const FLOOR_VALUE:CustomerProfilingFillingTypeFill floor values.