Packageorg.osmf.smpte.tt.enums
Classpublic class NumberType
InheritanceNumberType Inheritance Enum Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedindex : int
[read-only]
Enum
 Inheritedname : String
[read-only]
Enum
Public Methods
 MethodDefined By
 Inherited
getConstants(i_type:Class):Array
[static]
Enum
 Inherited
parseConstant(i_type:Class, i_constantName:String, i_caseSensitive:Boolean = false):Enum
[static]
Enum
 Inherited
toString():String
Enum
Protected Methods
 MethodDefined By
 Inherited
initEnum(i_type:Class):void
[static]
Enum
Public Constants
 ConstantDefined By
  DOUBLE : NumberType
[static]
NumberType
  FLOAT : NumberType
[static]
NumberType
  INT : NumberType
[static]
NumberType
  LONG : NumberType
[static]
NumberType
  NUMBER : NumberType
[static]
NumberType
  SHORT : NumberType
[static]
NumberType
  UINT : NumberType
[static]
NumberType
  ULONG : NumberType
[static]
NumberType
Constant Detail
DOUBLEConstant
public static const DOUBLE:NumberType

FLOATConstant 
public static const FLOAT:NumberType

INTConstant 
public static const INT:NumberType

LONGConstant 
public static const LONG:NumberType

NUMBERConstant 
public static const NUMBER:NumberType

SHORTConstant 
public static const SHORT:NumberType

UINTConstant 
public static const UINT:NumberType

ULONGConstant 
public static const ULONG:NumberType