Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected RadioCategory |
RadioType.category
category of entity uid 22
|
Modifier and Type | Method and Description |
---|---|
RadioCategory |
RadioType.getCategory()
Getter for
RadioType.category |
Modifier and Type | Method and Description |
---|---|
RadioType |
RadioType.setCategory(RadioCategory pCategory)
Setter for
RadioType.category |
Modifier and Type | Method and Description |
---|---|
static RadioCategory |
RadioCategory.getEnumForValue(int i) |
static RadioCategory |
RadioCategory.unmarshalEnum(java.nio.ByteBuffer buff) |
static RadioCategory |
RadioCategory.unmarshalEnum(java.io.DataInputStream dis) |
static RadioCategory |
RadioCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RadioCategory[] |
RadioCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|