public enum LifeFormCategoriesUS extends java.lang.Enum<LifeFormCategoriesUS>
Enum Constant and Description |
---|
AFSOF
AFSOF
|
ARSOF
ARSOF
|
BUREAU_OF_ALCOHOL_TOBACCO_FIREARMS_AND_EXPLOSIVES_ATF
Bureau of Alcohol, Tobacco, Firearms and Explosives (ATF)
|
CENTRAL_INTELLIGENCE_AGENCY_CIA
Central Intelligence Agency (CIA)
|
COUNTY_SHERIFF_POLICE
County Sheriff/Police
|
DELTA_FORCE
Delta Force
|
DEPARTMENT_OF_HOMELAND_SECURITY_DHS
Department of Homeland Security (DHS)
|
FEDERAL_BUREAU_OF_INVESTIGATION_FBI
Federal Bureau of Investigation (FBI)
|
FORCE_RECONNAISSANCE
Force Reconnaissance
|
MUNICIPAL_POLICE
Municipal Police
|
NAVY_SEAL
Navy SEAL
|
RANGERS
Rangers
|
RED_CROSS
Red Cross
|
STATE_POLICE_HIGHWAY_PATROL
State Police (Highway Patrol)
|
US_AIR_FORCE_USAF
U.S.
|
US_ARMY_USA
U.S.
|
US_COAST_GUARD_USCG
U.S.
|
US_MARINE_CORPS_USMC
U.S.
|
US_MARSHAL
U.S.
|
US_NAVY_USN
U.S.
|
US_SECRET_SERVICE_USSS
U.S.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static LifeFormCategoriesUS |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static LifeFormCategoriesUS |
unmarshalEnum(java.nio.ByteBuffer buff) |
static LifeFormCategoriesUS |
unmarshalEnum(java.io.DataInputStream dis) |
static LifeFormCategoriesUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifeFormCategoriesUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeFormCategoriesUS US_ARMY_USA
public static final LifeFormCategoriesUS US_MARINE_CORPS_USMC
public static final LifeFormCategoriesUS US_AIR_FORCE_USAF
public static final LifeFormCategoriesUS US_NAVY_USN
public static final LifeFormCategoriesUS US_COAST_GUARD_USCG
public static final LifeFormCategoriesUS RANGERS
public static final LifeFormCategoriesUS ARSOF
public static final LifeFormCategoriesUS FORCE_RECONNAISSANCE
public static final LifeFormCategoriesUS NAVY_SEAL
public static final LifeFormCategoriesUS AFSOF
public static final LifeFormCategoriesUS DELTA_FORCE
public static final LifeFormCategoriesUS FEDERAL_BUREAU_OF_INVESTIGATION_FBI
public static final LifeFormCategoriesUS CENTRAL_INTELLIGENCE_AGENCY_CIA
public static final LifeFormCategoriesUS DEPARTMENT_OF_HOMELAND_SECURITY_DHS
public static final LifeFormCategoriesUS BUREAU_OF_ALCOHOL_TOBACCO_FIREARMS_AND_EXPLOSIVES_ATF
public static final LifeFormCategoriesUS US_SECRET_SERVICE_USSS
public static final LifeFormCategoriesUS US_MARSHAL
public static final LifeFormCategoriesUS STATE_POLICE_HIGHWAY_PATROL
public static final LifeFormCategoriesUS COUNTY_SHERIFF_POLICE
public static final LifeFormCategoriesUS MUNICIPAL_POLICE
public static final LifeFormCategoriesUS RED_CROSS
public static LifeFormCategoriesUS[] values()
for (LifeFormCategoriesUS c : LifeFormCategoriesUS.values()) System.out.println(c);
public static LifeFormCategoriesUS 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 LifeFormCategoriesUS 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 LifeFormCategoriesUS unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static LifeFormCategoriesUS unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()