Enum Class LifeFormCategoriesUS

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

public enum LifeFormCategoriesUS extends Enum<LifeFormCategoriesUS>
This enum type is generated from XML, UID 476, marshal size 8; LifeFormCategoriesUS has 23 enumerations total.
See Also:
  • Enum Constant Details

    • US_ARMY_USA

      public static final LifeFormCategoriesUS US_ARMY_USA
      U.S. Army (USA)
    • US_MARINE_CORPS_USMC

      public static final LifeFormCategoriesUS US_MARINE_CORPS_USMC
      U.S. Marine Corps (USMC)
    • US_AIR_FORCE_USAF

      public static final LifeFormCategoriesUS US_AIR_FORCE_USAF
      U.S. Air Force (USAF)
    • US_NAVY_USN

      public static final LifeFormCategoriesUS US_NAVY_USN
      U.S. Navy (USN)
    • US_COAST_GUARD_USCG

      public static final LifeFormCategoriesUS US_COAST_GUARD_USCG
      U.S. Coast Guard (USCG)
    • SUPPLEMENTAL_EMISSION_ENTITY_STATE

      public static final LifeFormCategoriesUS SUPPLEMENTAL_EMISSION_ENTITY_STATE
      Special Forces
    • RANGERS

      public static final LifeFormCategoriesUS RANGERS
      Rangers
    • ARSOF

      public static final LifeFormCategoriesUS ARSOF
      ARSOF
    • FORCE_RECONNAISSANCE

      public static final LifeFormCategoriesUS FORCE_RECONNAISSANCE
      Force Reconnaissance
    • AFSOF

      public static final LifeFormCategoriesUS AFSOF
      AFSOF
    • DELTA_FORCE

      public static final LifeFormCategoriesUS DELTA_FORCE
      Delta Force
    • CREATE_ENTITY_RELIABLE

      public static final LifeFormCategoriesUS CREATE_ENTITY_RELIABLE
      Federal Bureau of Investigation (FBI)
    • REMOVE_ENTITY_RELIABLE

      public static final LifeFormCategoriesUS REMOVE_ENTITY_RELIABLE
      Central Intelligence Agency (CIA)
    • START_RESUME_RELIABLE

      public static final LifeFormCategoriesUS START_RESUME_RELIABLE
      Department of Homeland Security (DHS)
    • STOP_FREEZE_RELIABLE

      public static final LifeFormCategoriesUS STOP_FREEZE_RELIABLE
      Bureau of Alcohol, Tobacco, Firearms and Explosives (ATF)
    • ACKNOWLEDGE_RELIABLE

      public static final LifeFormCategoriesUS ACKNOWLEDGE_RELIABLE
      U.S. Secret Service (USSS)
    • ACTION_REQUEST_RELIABLE

      public static final LifeFormCategoriesUS ACTION_REQUEST_RELIABLE
      U.S. Marshal
    • LAW_ENFORCEMENT_NON_MILITARY

      public static final LifeFormCategoriesUS LAW_ENFORCEMENT_NON_MILITARY
      Law Enforcement (Non-military)
    • STATE_POLICE_HIGHWAY_PATROL

      public static final LifeFormCategoriesUS STATE_POLICE_HIGHWAY_PATROL
      State Police (Highway Patrol)
    • COUNTY_SHERIFF_POLICE

      public static final LifeFormCategoriesUS COUNTY_SHERIFF_POLICE
      County Sheriff/Police
    • MUNICIPAL_POLICE

      public static final LifeFormCategoriesUS MUNICIPAL_POLICE
      Municipal Police
    • RED_CROSS

      public static final LifeFormCategoriesUS RED_CROSS
      Red Cross
  • Method Details

    • values

      public static LifeFormCategoriesUS[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LifeFormCategoriesUS valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
      Provide enumeration value
      Returns:
      integer value
    • getDescription

      public String getDescription()
      Provide enumeration description
      Returns:
      description
    • getEnumBitWidth

      public static int getEnumBitWidth()
      bit width for this enumeration
      Returns:
      number of bits wide
    • getEnumForValue

      public static LifeFormCategoriesUS getEnumForValue(int value)
      Provide enumeration for a given value
      Parameters:
      value - integer value of interest
      Returns:
      enumeration corresponding to numeric value
    • setTRACE

      public void setTRACE(boolean value)
      Set tracing on/off for this object
      Parameters:
      value - whether tracing is on or off
    • getTRACE

      public boolean getTRACE()
      Whether tracing is on or off for this object
      Returns:
      whether tracing is on or off
    • marshal

      public void marshal(DataOutputStream dos) throws IOException
      Marshal value to DataOutputStream
      Parameters:
      dos - DataOutputStream for output
      Throws:
      IOException - input-output error
      See Also:
    • marshal

      public void marshal(ByteBuffer byteBuffer) throws Exception
      Marshal value to ByteBuffer
      Parameters:
      byteBuffer - ByteBuffer for output
      Throws:
      IOException - input-output error
      Exception
      See Also:
    • unmarshalEnum

      public static LifeFormCategoriesUS unmarshalEnum(DataInputStream dis) throws Exception
      Unmarshal value to DataInputStream
      Parameters:
      dis - DataInputStream for input
      Returns:
      enumeration of interest
      Throws:
      Exception - unmarshalling input-output error
      See Also:
    • unmarshalEnum

      public static LifeFormCategoriesUS unmarshalEnum(ByteBuffer byteBuffer) throws Exception
      Unmarshal enumeration value to ByteBuffer
      Parameters:
      byteBuffer - ByteBuffer for input
      Returns:
      enumeration of interest
      Throws:
      Exception - unmarshalling input-output error
      See Also:
    • getMarshalledSize

      public int getMarshalledSize()
      Returns size of this serialized (marshalled) object in bytes
      Returns:
      serialized size in bytes
      See Also:
    • getName

      public String getName()
      Provide name
      Returns:
      name
    • toString

      public String toString()
      Provide simple identifier
      Overrides:
      toString in class Enum<LifeFormCategoriesUS>
      Returns:
      class name, value and name