Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected IFFSystemMode |
SystemIdentifier.systemMode
mode of operation for the system, an enumeration uid 84
|
Modifier and Type | Method and Description |
---|---|
IFFSystemMode |
SystemIdentifier.getSystemMode()
Getter for
SystemIdentifier.systemMode |
Modifier and Type | Method and Description |
---|---|
SystemIdentifier |
SystemIdentifier.setSystemMode(IFFSystemMode pSystemMode)
Setter for
SystemIdentifier.systemMode |
Modifier and Type | Method and Description |
---|---|
static IFFSystemMode |
IFFSystemMode.getEnumForValue(int i) |
static IFFSystemMode |
IFFSystemMode.unmarshalEnum(java.nio.ByteBuffer buff) |
static IFFSystemMode |
IFFSystemMode.unmarshalEnum(java.io.DataInputStream dis) |
static IFFSystemMode |
IFFSystemMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IFFSystemMode[] |
IFFSystemMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|