public abstract static class ERXConstant.ByteConstant extends Object implements ERXConstant.Constant
Constructor and Description |
---|
ByteConstant(byte[] value,
String name) |
ByteConstant(NSData value,
String name) |
ByteConstant(String value,
String name) |
Modifier and Type | Method and Description |
---|---|
static ERXConstant.ByteConstant |
constantForClassNamed(byte[] value,
String clazzName)
Retrieves the constant for the given class name and value.
|
static ERXConstant.ByteConstant |
constantForClassNamed(NSData value,
String clazzName)
Retrieves the constant for the given class name and value.
|
String |
name() |
int |
sortOrder() |
String |
toString() |
String |
userPresentableDescription() |
NSData |
value() |
public ByteConstant(byte[] value, String name)
public String name()
name
in interface ERXConstant.Constant
public int sortOrder()
sortOrder
in interface ERXConstant.Constant
public NSData value()
value
in interface ERXConstant.Constant
public String userPresentableDescription()
public static ERXConstant.ByteConstant constantForClassNamed(NSData value, String clazzName)
value
- clazzName
- public static ERXConstant.ByteConstant constantForClassNamed(byte[] value, String clazzName)
value
- clazzName
- Copyright © 2002 – 2024 Project Wonder.