public abstract class ByteEnumer extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ByteEnumer(byte value,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eq(ByteEnumer other) |
boolean |
equals(ByteEnumer other) |
static ByteEnumer |
get(Vector<?> theList,
byte value) |
static ByteEnumer |
get(Vector<?> theList,
String name) |
String |
getName() |
byte |
getValue() |
byte |
value() |
protected ByteEnumer(byte value,
String name)
public byte getValue()
public String getName()
public boolean equals(ByteEnumer other)
public boolean eq(ByteEnumer other)
public byte value()
public static ByteEnumer get(Vector<?> theList, byte value)
public static ByteEnumer get(Vector<?> theList, String name)