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