| Package | org.vostokframework.domain.assets |
| Class | public class AssetType |
| Inheritance | AssetType org.as3coreaddendum.system.Enum |
| Method | Defined By | ||
|---|---|---|---|
AssetType(name:String, ordinal:int) | AssetType | ||
[static] | AssetType | ||
getTypes():IList [static] | AssetType | ||
| Constant | Defined 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 | ||
| AssetType | () | Constructor |
public function AssetType(name:String, ordinal:int)name:String | |
ordinal:int |
| getByName | () | method |
| getTypes | () | method |
public static function getTypes():IListReturnsIList |
| AAC | Constant |
public static const AAC:AssetType| CSS | Constant |
public static const CSS:AssetType| IMAGE | Constant |
public static const IMAGE:AssetType| JSON | Constant |
public static const JSON:AssetType| MP3 | Constant |
public static const MP3:AssetType| SWF | Constant |
public static const SWF:AssetType| TXT | Constant |
public static const TXT:AssetType| VIDEO | Constant |
public static const VIDEO:AssetType| XML | Constant |
public static const XML:AssetType