Packagecom.esri.bacore
Classpublic class BAValueType
InheritanceBAValueType Inheritance BaseEnum Inheritance Object

The BAValueType class provides an enumeration of value types available with summarization variables.

See also

SummarizationInfo


Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
BAValueType
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
toEnumItem(value:String, defaultItem:BAValueType = null):BAValueType
[static] Converts a string value to the enumeration item.
BAValueType
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  COUNT : BAValueType
[static] The value is a number without units.
BAValueType
  CURRENCY : BAValueType
[static] The value has currency units.
BAValueType
  INDEX : BAValueType
[static] The value is an index.
BAValueType
  OTHER : BAValueType
[static] The value isn't a number.
BAValueType
  PERCENTAGE : BAValueType
[static] The value is a percentage.
BAValueType
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:BAValueType = null):BAValueType

Converts a string value to the enumeration item.

Parameters

value:String — String value of the enumeration.
 
defaultItem:BAValueType (default = null) — A enumeration value to be used if the value does not recognized.

Returns
BAValueType — A enumeration item or the default item.
Constant Detail
COUNTConstant
public static const COUNT:BAValueType

The value is a number without units.

CURRENCYConstant 
public static const CURRENCY:BAValueType

The value has currency units.

INDEXConstant 
public static const INDEX:BAValueType

The value is an index.

OTHERConstant 
public static const OTHER:BAValueType

The value isn't a number.

PERCENTAGEConstant 
public static const PERCENTAGE:BAValueType

The value is a percentage.