Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected IFFApplicableModes |
IFFFundamentalParameterData.applicableModes
Applicable modes enumeration uid 339
|
Modifier and Type | Method and Description |
---|---|
IFFApplicableModes |
IFFFundamentalParameterData.getApplicableModes()
Getter for
IFFFundamentalParameterData.applicableModes |
Modifier and Type | Method and Description |
---|---|
IFFFundamentalParameterData |
IFFFundamentalParameterData.setApplicableModes(IFFApplicableModes pApplicableModes)
Setter for
IFFFundamentalParameterData.applicableModes |
Modifier and Type | Method and Description |
---|---|
static IFFApplicableModes |
IFFApplicableModes.getEnumForValue(int i) |
static IFFApplicableModes |
IFFApplicableModes.unmarshalEnum(java.nio.ByteBuffer buff) |
static IFFApplicableModes |
IFFApplicableModes.unmarshalEnum(java.io.DataInputStream dis) |
static IFFApplicableModes |
IFFApplicableModes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IFFApplicableModes[] |
IFFApplicableModes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|