Packagestimulsoft.flex.base.enums
Classpublic class StiTypeMode
InheritanceStiTypeMode Inheritance Object



Public Constants
 ConstantDefined By
  List : int = 2
[static] List of values.
StiTypeMode
  NullableValue : int = 1
[static] One single value.
StiTypeMode
  Range : int = 3
[static] Range of values.
StiTypeMode
  Value : int = 0
[static] One single value.
StiTypeMode
Constant Detail
ListConstant
public static const List:int = 2

List of values.

NullableValueConstant 
public static const NullableValue:int = 1

One single value. Null values acceptable.

RangeConstant 
public static const Range:int = 3

Range of values.

ValueConstant 
public static const Value:int = 0

One single value.