Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected RadioSubcategory |
RadioType.subcategory
specific info based on subcategory field uid 23
|
Modifier and Type | Method and Description |
---|---|
RadioSubcategory |
RadioType.getSubcategory()
Getter for
RadioType.subcategory |
Modifier and Type | Method and Description |
---|---|
RadioType |
RadioType.setSubcategory(RadioSubcategory pSubcategory)
Setter for
RadioType.subcategory |
Modifier and Type | Method and Description |
---|---|
static RadioSubcategory |
RadioSubcategory.getEnumForValue(int i) |
static RadioSubcategory |
RadioSubcategory.unmarshalEnum(java.nio.ByteBuffer buff) |
static RadioSubcategory |
RadioSubcategory.unmarshalEnum(java.io.DataInputStream dis) |
static RadioSubcategory |
RadioSubcategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RadioSubcategory[] |
RadioSubcategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|