| Package | com.godpaper.as3.utils |
| Class | public class BitField |
| Inheritance | BitField Object |
| Method | Defined By | ||
|---|---|---|---|
BitField(_value:uint = 0) | BitField | ||
clear(value:uint):void | BitField | ||
get(value:uint):Boolean | BitField | ||
getValue():uint | BitField | ||
set(value:uint):void | BitField | ||
| Constant | Defined By | ||
|---|---|---|---|
| PERM_ADMIN : uint [static] | BitField | ||
| PERM_ADMIN2 : uint [static] | BitField | ||
| PERM_ADMIN3 : uint [static] | BitField | ||
| PERM_READ : uint [static] | BitField | ||
| PERM_WRITE : uint [static] | BitField | ||
| BitField | () | Constructor |
public function BitField(_value:uint = 0)_value:uint (default = 0) |
| clear | () | method |
public function clear(value:uint):voidParameters
value:uint |
| get | () | method |
public function get(value:uint):BooleanParameters
value:uint |
Boolean |
| getValue | () | method |
public function getValue():uintReturnsuint |
| set | () | method |
public function set(value:uint):voidParameters
value:uint |
| PERM_ADMIN | Constant |
public static const PERM_ADMIN:uint| PERM_ADMIN2 | Constant |
public static const PERM_ADMIN2:uint| PERM_ADMIN3 | Constant |
public static const PERM_ADMIN3:uint| PERM_READ | Constant |
public static const PERM_READ:uint| PERM_WRITE | Constant |
public static const PERM_WRITE:uint