Enum LifeFormLandCategories

java.lang.Object
java.lang.Enum<LifeFormLandCategories>
edu.nps.moves.dis7.enumerations.LifeFormLandCategories
All Implemented Interfaces:
edu.nps.moves.dis7.Category, java.io.Serializable, java.lang.Comparable<LifeFormLandCategories>, java.lang.constant.Constable

public enum LifeFormLandCategories
extends java.lang.Enum<LifeFormLandCategories>
implements edu.nps.moves.dis7.Category
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 472 marshal size 8
Life Form Land Categories
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant 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
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()  
    static int getEnumBitWidth()  
    static LifeFormLandCategories getEnumForValue​(int i)  
    int getMarshalledSize()  
    int getValue()  
    void marshal​(java.io.DataOutputStream dos)  
    void marshal​(java.nio.ByteBuffer buff)  
    java.lang.String toString()  
    static LifeFormLandCategories unmarshalEnum​(java.io.DataInputStream dis)  
    static LifeFormLandCategories unmarshalEnum​(java.nio.ByteBuffer buff)  
    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.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait