| Property | Defined By | ||
|---|---|---|---|
![]() | index : int [read-only] | Enum | |
![]() | name : String [read-only] | Enum | |
| value : String [read-only] | WrapOption | ||
| Method | Defined By | ||
|---|---|---|---|
WrapOption(value:String) | WrapOption | ||
getConstants():Array [static] | WrapOption | ||
parseConstant(i_constantName:String, i_caseSensitive:Boolean = false):WrapOption [static] | WrapOption | ||
![]() | toString():String | Enum | |
| Constant | Defined By | ||
|---|---|---|---|
| NOWRAP : WrapOption [static] | WrapOption | ||
| WRAP : WrapOption [static] | WrapOption | ||
| value | property |
value:String [read-only] public function get value():String| WrapOption | () | Constructor |
public function WrapOption(value:String)value:String |
| getConstants | () | method |
public static function getConstants():ArrayReturnsArray |
| parseConstant | () | method |
public static function parseConstant(i_constantName:String, i_caseSensitive:Boolean = false):WrapOptionParameters
i_constantName:String | |
i_caseSensitive:Boolean (default = false) |
WrapOption |
| NOWRAP | Constant |
public static const NOWRAP:WrapOption| WRAP | Constant |
public static const WRAP:WrapOption