public enum SpecificDimensionEnumerationsforAirAreaSize extends java.lang.Enum<SpecificDimensionEnumerationsforAirAreaSize>
Enum Constant and Description |
---|
LARGE_FLOCK_SWARM_10KM_LONG_X_100M_WIDE_20KM_X_100M
Large Flock/Swarm (10km long x 100m wide - 20km x 100m)
|
LARGE_FLOCK_SWARM_DENSE_10KM_LONG_X_100M_WIDE_20KM_X_100M
Large Flock/Swarm, Dense (10km long x 100m wide - 20km x 100m)
|
MEDIUM_FLOCK_SWARM_1KM_LONG_X_10M_WIDE_2KM_X_10M
Medium Flock/Swarm (1km long x 10m wide - 2km x 10m)
|
MEDIUM_FLOCK_SWARM_DENSE_1KM_LONG_X_10M_WIDE_2KM_X_10M
Medium Flock/Swarm, Dense (1km long x 10m wide - 2km x 10m)
|
SMALL_FLOCK_SWARM_5KM_LONG_X_5M_WIDE_1KM_X_5M
Small Flock/Swarm (.5km long x 5m wide - 1km x 5m)
|
SMALL_FLOCK_SWARM_DENSE_5KM_LONG_X_5M_WIDE_1KM_X_5M
Small Flock/Swarm, Dense (.5km long x 5m wide - 1km x 5m)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static SpecificDimensionEnumerationsforAirAreaSize |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static SpecificDimensionEnumerationsforAirAreaSize |
unmarshalEnum(java.nio.ByteBuffer buff) |
static SpecificDimensionEnumerationsforAirAreaSize |
unmarshalEnum(java.io.DataInputStream dis) |
static SpecificDimensionEnumerationsforAirAreaSize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpecificDimensionEnumerationsforAirAreaSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecificDimensionEnumerationsforAirAreaSize SMALL_FLOCK_SWARM_5KM_LONG_X_5M_WIDE_1KM_X_5M
public static final SpecificDimensionEnumerationsforAirAreaSize SMALL_FLOCK_SWARM_DENSE_5KM_LONG_X_5M_WIDE_1KM_X_5M
public static final SpecificDimensionEnumerationsforAirAreaSize MEDIUM_FLOCK_SWARM_1KM_LONG_X_10M_WIDE_2KM_X_10M
public static final SpecificDimensionEnumerationsforAirAreaSize MEDIUM_FLOCK_SWARM_DENSE_1KM_LONG_X_10M_WIDE_2KM_X_10M
public static final SpecificDimensionEnumerationsforAirAreaSize LARGE_FLOCK_SWARM_10KM_LONG_X_100M_WIDE_20KM_X_100M
public static final SpecificDimensionEnumerationsforAirAreaSize LARGE_FLOCK_SWARM_DENSE_10KM_LONG_X_100M_WIDE_20KM_X_100M
public static SpecificDimensionEnumerationsforAirAreaSize[] values()
for (SpecificDimensionEnumerationsforAirAreaSize c : SpecificDimensionEnumerationsforAirAreaSize.values()) System.out.println(c);
public static SpecificDimensionEnumerationsforAirAreaSize valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static SpecificDimensionEnumerationsforAirAreaSize getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public static SpecificDimensionEnumerationsforAirAreaSize unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static SpecificDimensionEnumerationsforAirAreaSize unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()