
Public Member Functions | |
| ByteConstant (NSData value, String name) | |
| ByteConstant (String value, String name) | |
| String | name () |
| int | sortOrder () |
| String | toString () |
| String | userPresentableDescription () |
| Object | value () |
Static Public Member Functions | |
| static ByteConstant | constantForClassNamed (byte value[], String clazzName) |
| static ByteConstant | constantForClassNamed (NSData value, String clazzName) |
Private Attributes | |
| String | _name |
| int | _sortOrder |
| NSData | _value |
| ByteConstant | ( | String | value, | |
| String | name | |||
| ) |
| ByteConstant | ( | NSData | value, | |
| String | name | |||
| ) |
| static ByteConstant constantForClassNamed | ( | byte | value[], | |
| String | clazzName | |||
| ) | [static] |
Retrieves the constant for the given class name and value. Null is returned if either class or value isn't found.
| value | ||
| clazzName |
| static ByteConstant constantForClassNamed | ( | NSData | value, | |
| String | clazzName | |||
| ) | [static] |
Retrieves the constant for the given class name and value. Null is returned if either class or value isn't found.
| value | ||
| clazzName |
| String name | ( | ) |
Implements ERXConstant.Constant.
| int sortOrder | ( | ) |
Implements ERXConstant.Constant.
| String toString | ( | ) |
| String userPresentableDescription | ( | ) |
| Object value | ( | ) |
Implements ERXConstant.Constant.
int _sortOrder [private] |
NSData _value [private] |
1.5.8