Package edu.nps.moves.dis7.enumerations
Enum EnvironmentalProcessRecordType
java.lang.Object
java.lang.Enum<EnvironmentalProcessRecordType>
edu.nps.moves.dis7.enumerations.EnvironmentalProcessRecordType
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<EnvironmentalProcessRecordType>
,java.lang.constant.Constable
public enum EnvironmentalProcessRecordType extends java.lang.Enum<EnvironmentalProcessRecordType>
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 250 marshal size 32
Environmental Process-Record Type
UID 250 marshal size 32
Environmental Process-Record Type
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description BOUNDING_SPHERE_RECORD
Bounding Sphere RecordCOMBIC_STATE
COMBIC StateCONE_RECORD_1
Cone Record 1CONE_RECORD_2
Cone Record 2ELLIPSOID_RECORD_1
Ellipsoid Record 1ELLIPSOID_RECORD_2
Ellipsoid Record 2FLARE_STATE
Flare StateGAUSSIAN_PLUME_RECORD
Gaussian Plume RecordGAUSSIAN_PUFF_RECORD
Gaussian Puff RecordLINE_RECORD_1
Line Record 1LINE_RECORD_2
Line Record 2POINT_RECORD_1
Point Record 1POINT_RECORD_2
Point Record 2RECTANGULAR_VOLUME_RECORD_1
Rectangular Volume Record 1RECTANGULAR_VOLUME_RECORD_2
Rectangular Volume Record 2RECTANGULAR_VOLUME_RECORD_3
Rectangular Volume Record 3SPHERE_RECORD_1
Sphere Record 1SPHERE_RECORD_2
Sphere Record 2UNIFORM_GEOMETRY_RECORD
Uniform Geometry Record -
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
static int
getEnumBitWidth()
static EnvironmentalProcessRecordType
getEnumForValue(int i)
int
getMarshalledSize()
int
getValue()
void
marshal(java.io.DataOutputStream dos)
void
marshal(java.nio.ByteBuffer buff)
java.lang.String
toString()
static EnvironmentalProcessRecordType
unmarshalEnum(java.io.DataInputStream dis)
static EnvironmentalProcessRecordType
unmarshalEnum(java.nio.ByteBuffer buff)
static EnvironmentalProcessRecordType
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EnvironmentalProcessRecordType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
COMBIC_STATE
COMBIC State -
FLARE_STATE
Flare State -
BOUNDING_SPHERE_RECORD
Bounding Sphere Record -
UNIFORM_GEOMETRY_RECORD
Uniform Geometry Record -
POINT_RECORD_1
Point Record 1 -
LINE_RECORD_1
Line Record 1 -
SPHERE_RECORD_1
Sphere Record 1 -
ELLIPSOID_RECORD_1
Ellipsoid Record 1 -
CONE_RECORD_1
Cone Record 1 -
RECTANGULAR_VOLUME_RECORD_1
Rectangular Volume Record 1 -
RECTANGULAR_VOLUME_RECORD_3
Rectangular Volume Record 3 -
POINT_RECORD_2
Point Record 2 -
LINE_RECORD_2
Line Record 2 -
SPHERE_RECORD_2
Sphere Record 2 -
ELLIPSOID_RECORD_2
Ellipsoid Record 2 -
CONE_RECORD_2
Cone Record 2 -
RECTANGULAR_VOLUME_RECORD_2
Rectangular Volume Record 2 -
GAUSSIAN_PLUME_RECORD
Gaussian Plume Record -
GAUSSIAN_PUFF_RECORD
Gaussian Puff Record
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getValue
public int getValue() -
getDescription
public java.lang.String getDescription() -
getEnumBitWidth
public static int getEnumBitWidth() -
getEnumForValue
-
marshal
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException- Throws:
java.io.IOException
-
marshal
public void marshal(java.nio.ByteBuffer buff) -
unmarshalEnum
public static EnvironmentalProcessRecordType unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
-
getMarshalledSize
public int getMarshalledSize() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Enum<EnvironmentalProcessRecordType>
-