| Package | com.esri.bacore.thematicmapping |
| Class | public final class TMValueType |
| Inheritance | TMValueType BaseEnum Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| items : Array [static] [read-only]
Array of all items of this enumeration. | TMValueType | ||
![]() | value : String [read-only]
Value of the enumeration item. | BaseEnum | |
| Method | Defined By | ||
|---|---|---|---|
[static]
Converts a string value to the enumeration item. | TMValueType | ||
![]() | toString():String
Gets the value of the enumeration item. | BaseEnum | |
| Constant | Defined By | ||
|---|---|---|---|
| AVERAGE : TMValueType [static] Calculates an average value (this method is allowed if an average-base field is specified). | TMValueType | ||
| EXTENDED_1 : TMValueType [static] Calculates a value using user-defined method implemented in classes derived from the TMValueCalculator class. | TMValueType | ||
| EXTENDED_2 : TMValueType [static] Calculates a value using user-defined method implemented in classes derived from the TMValueCalculator class. | TMValueType | ||
| EXTENDED_3 : TMValueType [static] Calculates a value using user-defined method implemented in classes derived from the TMValueCalculator class. | TMValueType | ||
| INDEX : TMValueType [static] Calculates an index value (this method is allowed if an index-base value is specified). | TMValueType | ||
| NUMBER : TMValueType [static] Calculates a value (this method is always allowed). | TMValueType | ||
| PERCENTAGE : TMValueType [static] Calculates a percentage value (this method is allowed if a percentage field is specified). | TMValueType | ||
| RELIABILITY : TMValueType [static] Calculates a reliability value (this case is allowed for ACS variables to be compared against MOE variables). | TMValueType | ||
| 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:TMValueType = null):TMValueTypeConverts a string value to the enumeration item.
Parameters
value:String — String value of the enumeration.
| |
defaultItem:TMValueType (default = null) — A enumeration value to be used if the value does not recognized.
|
TMValueType — A enumeration item or the default item.
|
| AVERAGE | Constant |
public static const AVERAGE:TMValueTypeCalculates an average value (this method is allowed if an average-base field is specified).
| EXTENDED_1 | Constant |
public static const EXTENDED_1:TMValueType| Since : | Business Analyst API for Flex 2.2. |
Calculates a value using user-defined method implemented in classes derived from the TMValueCalculator class.
| EXTENDED_2 | Constant |
public static const EXTENDED_2:TMValueType| Since : | Business Analyst API for Flex 2.2. |
Calculates a value using user-defined method implemented in classes derived from the TMValueCalculator class.
| EXTENDED_3 | Constant |
public static const EXTENDED_3:TMValueType| Since : | Business Analyst API for Flex 2.2. |
Calculates a value using user-defined method implemented in classes derived from the TMValueCalculator class.
| INDEX | Constant |
public static const INDEX:TMValueTypeCalculates an index value (this method is allowed if an index-base value is specified).
| NUMBER | Constant |
public static const NUMBER:TMValueTypeCalculates a value (this method is always allowed).
| PERCENTAGE | Constant |
public static const PERCENTAGE:TMValueTypeCalculates a percentage value (this method is allowed if a percentage field is specified).
| RELIABILITY | Constant |
public static const RELIABILITY:TMValueType| Since : | Business Analyst API for Flex 3.0. |
Calculates a reliability value (this case is allowed for ACS variables to be compared against MOE variables).