Packageorg.vostokframework.domain.assets
Classpublic class AssetType
InheritanceAssetType Inheritance org.as3coreaddendum.system.Enum

description



Public Methods
 MethodDefined By
  
AssetType(name:String, ordinal:int)
AssetType
  
getByName(name:String):AssetType
[static]
AssetType
  
getTypes():IList
[static]
AssetType
Public Constants
 ConstantDefined By
  AAC : AssetType
[static]
AssetType
  CSS : AssetType
[static]
AssetType
  IMAGE : AssetType
[static]
AssetType
  JSON : AssetType
[static]
AssetType
  MP3 : AssetType
[static]
AssetType
  SWF : AssetType
[static]
AssetType
  TXT : AssetType
[static]
AssetType
  VIDEO : AssetType
[static]
AssetType
  XML : AssetType
[static]
AssetType
Constructor Detail
AssetType()Constructor
public function AssetType(name:String, ordinal:int)



Parameters
name:String
 
ordinal:int
Method Detail
getByName()method
public static function getByName(name:String):AssetType

Parameters

name:String

Returns
AssetType
getTypes()method 
public static function getTypes():IList

Returns
IList
Constant Detail
AACConstant
public static const AAC:AssetType

CSSConstant 
public static const CSS:AssetType

IMAGEConstant 
public static const IMAGE:AssetType

JSONConstant 
public static const JSON:AssetType

MP3Constant 
public static const MP3:AssetType

SWFConstant 
public static const SWF:AssetType

TXTConstant 
public static const TXT:AssetType

VIDEOConstant 
public static const VIDEO:AssetType

XMLConstant 
public static const XML:AssetType