public enum LifeFormLandCategories extends java.lang.Enum<LifeFormLandCategories> implements Category
Enum Constant and Description |
---|
AIR_FORCE
Air Force
|
AMPHIBIAN_2
SubcategoriesforLandCategory202Amphibian
|
ARACHNID_2
SubcategoriesforLandCategory204Arachnid
|
ARMY
Army
|
CIVILIAN
Civilian, Values from 130-159 are restricted to Civilians and may be further clarified by country code-specific values.
|
COAST_GUARD
Coast Guard
|
CONVENTIONAL_ARMED_FORCES
Conventional Armed Forces, Values from 10-29 are restricted to Conventional Armed Forces and may be further clarified by country code-specific values.
|
EMERGENCY_MEDICAL_TECHNICIAN_EMT
Emergency Medical Technician (EMT)
|
FIREFIGHTER
Firefighter
|
HUMANITARIAN_ORGANIZATIONS
Humanitarian Organizations, Values from 120-129 are restricted to non-governmental Humanitarian Organizations and may be further clarified by country code-specific values.
|
INSECT_2
SubcategoriesforLandCategory203Insect
|
INSURGENT
Insurgent
|
IRREGULAR_FORCES
Irregular Forces, Values from 100-109 are restricted to Irregular Forces and may be further clarified by country code-specific values.
|
LAW_ENFORCEMENT
Law Enforcement, Values from 50-69 are restricted to Law Enforcement and may be further clarified by country code-specific values.
|
MAMMAL_2
SubcategoriesforLandCategory200Mammal
|
MARSUPIAL_2
SubcategoriesforLandCategory206Marsupial
|
MOLLUSK_2
SubcategoriesforLandCategory205Mollusk
|
NAVAL_INFANTRY_MARINES
Naval Infantry (Marines)
|
NAVY
Navy
|
NON_MILITARY_NATIONAL_GOVERNMENT_AGENCIES
Non-Military National Government Agencies, Values from 70-89 are restricted to Non-Military National Government Agencies and may be further clarified by country code-specific values.
|
PARAMILITARY_FORCES
Paramilitary Forces, Values from 110-119 are restricted to Paramilitary Forces and may be further clarified by country code-specific values.
|
REGIONAL_LOCAL_FORCES
Regional / Local Forces, Values from 90-99 are restricted to Regional / Local Forces (e.g., state guard) and may be further clarified by country code-specific values.
|
REPTILE_2
SubcategoriesforLandCategory201Reptile
|
SPECIAL_OPERATIONS_FORCES_SOF
Special Operations Forces (SOF), Values from 30-49 are restricted to Special Operations Forces and may be further clarified by country code-specific values.
|
TERRORIST_COMBATANT
Terrorist Combatant
|
UNITED_NATIONS
United Nations
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static LifeFormLandCategories |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static LifeFormLandCategories |
unmarshalEnum(java.nio.ByteBuffer buff) |
static LifeFormLandCategories |
unmarshalEnum(java.io.DataInputStream dis) |
static LifeFormLandCategories |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifeFormLandCategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeFormLandCategories CONVENTIONAL_ARMED_FORCES
public static final LifeFormLandCategories ARMY
public static final LifeFormLandCategories NAVAL_INFANTRY_MARINES
public static final LifeFormLandCategories AIR_FORCE
public static final LifeFormLandCategories NAVY
public static final LifeFormLandCategories COAST_GUARD
public static final LifeFormLandCategories UNITED_NATIONS
public static final LifeFormLandCategories SPECIAL_OPERATIONS_FORCES_SOF
public static final LifeFormLandCategories LAW_ENFORCEMENT
public static final LifeFormLandCategories NON_MILITARY_NATIONAL_GOVERNMENT_AGENCIES
public static final LifeFormLandCategories REGIONAL_LOCAL_FORCES
public static final LifeFormLandCategories IRREGULAR_FORCES
public static final LifeFormLandCategories TERRORIST_COMBATANT
public static final LifeFormLandCategories INSURGENT
public static final LifeFormLandCategories PARAMILITARY_FORCES
public static final LifeFormLandCategories HUMANITARIAN_ORGANIZATIONS
public static final LifeFormLandCategories CIVILIAN
public static final LifeFormLandCategories EMERGENCY_MEDICAL_TECHNICIAN_EMT
public static final LifeFormLandCategories FIREFIGHTER
public static final LifeFormLandCategories MAMMAL_2
public static final LifeFormLandCategories REPTILE_2
public static final LifeFormLandCategories AMPHIBIAN_2
public static final LifeFormLandCategories INSECT_2
public static final LifeFormLandCategories ARACHNID_2
public static final LifeFormLandCategories MOLLUSK_2
public static final LifeFormLandCategories MARSUPIAL_2
public static LifeFormLandCategories[] values()
for (LifeFormLandCategories c : LifeFormLandCategories.values()) System.out.println(c);
public static LifeFormLandCategories 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 java.lang.String getDescription()
getDescription
in interface Category
public static int getEnumBitWidth()
public static LifeFormLandCategories 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 LifeFormLandCategories unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static LifeFormLandCategories unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()