| Package | org.as3commons.reflect |
| Class | public final class TypeProviderKind |
| Inheritance | TypeProviderKind Object |
| Property | Defined By | ||
|---|---|---|---|
| value : String [read-only] | TypeProviderKind | ||
| Method | Defined By | ||
|---|---|---|---|
TypeProviderKind(value:String) | TypeProviderKind | ||
fromValue(value:String):TypeProviderKind [static] | TypeProviderKind | ||
toString():String | TypeProviderKind | ||
| Constant | Defined By | ||
|---|---|---|---|
| JSON : TypeProviderKind [static] | TypeProviderKind | ||
| XML : TypeProviderKind [static] | TypeProviderKind | ||
| value | property |
value:String [read-only] public function get value():String| TypeProviderKind | () | Constructor |
public function TypeProviderKind(value:String)value:String |
| fromValue | () | method |
public static function fromValue(value:String):TypeProviderKindParameters
value:String |
TypeProviderKind |
| toString | () | method |
public function toString():StringReturnsString |
| JSON | Constant |
public static const JSON:TypeProviderKind| XML | Constant |
public static const XML:TypeProviderKind