public enum AustralianCategoryOverlay extends java.lang.Enum<AustralianCategoryOverlay>
Enum Constant and Description |
---|
AUSTRALIAN_ARMY
Australian Army
|
AUSTRALIAN_DEPARTMENT_OF_HOME_AFFAIRS
Australian Department of Home Affairs
|
AUSTRALIAN_FEDERAL_POLICE_AFP
Australian Federal Police (AFP)
|
AUSTRALIAN_SPECIAL_OPERATIONS_COMMAND_SOCOMD
Australian Special Operations Command (SOCOMD)
|
ROYAL_AUSTRALIAN_AIR_FORCE_RAAF
Royal Australian Air Force (RAAF)
|
ROYAL_AUSTRALIAN_NAVY_RAN
Royal Australian Navy (RAN)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static AustralianCategoryOverlay |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static AustralianCategoryOverlay |
unmarshalEnum(java.nio.ByteBuffer buff) |
static AustralianCategoryOverlay |
unmarshalEnum(java.io.DataInputStream dis) |
static AustralianCategoryOverlay |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AustralianCategoryOverlay[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AustralianCategoryOverlay AUSTRALIAN_ARMY
public static final AustralianCategoryOverlay ROYAL_AUSTRALIAN_AIR_FORCE_RAAF
public static final AustralianCategoryOverlay ROYAL_AUSTRALIAN_NAVY_RAN
public static final AustralianCategoryOverlay AUSTRALIAN_SPECIAL_OPERATIONS_COMMAND_SOCOMD
public static final AustralianCategoryOverlay AUSTRALIAN_DEPARTMENT_OF_HOME_AFFAIRS
public static final AustralianCategoryOverlay AUSTRALIAN_FEDERAL_POLICE_AFP
public static AustralianCategoryOverlay[] values()
for (AustralianCategoryOverlay c : AustralianCategoryOverlay.values()) System.out.println(c);
public static AustralianCategoryOverlay 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 AustralianCategoryOverlay 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 AustralianCategoryOverlay unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static AustralianCategoryOverlay unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()