| Package | org.spicefactory.lib.util |
| Class | public class Flag |
| Inheritance | Flag Object |
| Property | Defined By | ||
|---|---|---|---|
| value : Boolean [read-only]
The value of this flag. | Flag | ||
| Method | Defined By | ||
|---|---|---|---|
Flag(value:Boolean)
Creates a new instance. | Flag | ||
| value | property |
value:Boolean [read-only] The value of this flag.
public function get value():Boolean| Flag | () | Constructor |
public function Flag(value:Boolean)Creates a new instance.
Parametersvalue:Boolean — the value of the flag
|