| Property | Defined By | ||
|---|---|---|---|
| value : String [read-only]
Value of the enumeration item. | BaseEnum | ||
| Method | Defined By | ||
|---|---|---|---|
BaseEnum(value:String)
Creates a new enumeration item. | BaseEnum | ||
toString():String
Gets the value of the enumeration item. | BaseEnum | ||
| value | property |
value:String [read-only] Value of the enumeration item.
public function get value():String| BaseEnum | () | Constructor |
public function BaseEnum(value:String)Creates a new enumeration item.
Parametersvalue:String — Value of a new enumeration item.
|
| toString | () | method |
public function toString():StringGets the value of the enumeration item.
ReturnsString — String value of the enumeration item.
|