Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected EnvironmentalProcessModelType |
EnvironmentalProcessPdu.modelType
model type uid 248
|
Modifier and Type | Method and Description |
---|---|
EnvironmentalProcessModelType |
EnvironmentalProcessPdu.getModelType()
Getter for
EnvironmentalProcessPdu.modelType |
Modifier and Type | Method and Description |
---|---|
EnvironmentalProcessPdu |
EnvironmentalProcessPdu.setModelType(EnvironmentalProcessModelType pModelType)
Setter for
EnvironmentalProcessPdu.modelType |
Modifier and Type | Method and Description |
---|---|
static EnvironmentalProcessModelType |
EnvironmentalProcessModelType.getEnumForValue(int i) |
static EnvironmentalProcessModelType |
EnvironmentalProcessModelType.unmarshalEnum(java.nio.ByteBuffer buff) |
static EnvironmentalProcessModelType |
EnvironmentalProcessModelType.unmarshalEnum(java.io.DataInputStream dis) |
static EnvironmentalProcessModelType |
EnvironmentalProcessModelType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentalProcessModelType[] |
EnvironmentalProcessModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|