public enum ListCMC extends Enum<ListCMC>
Used in ForceElement
Modifier and Type | Method and Description |
---|---|
static ListCMC |
fromValue(String v) |
String |
value() |
static ListCMC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCMC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCMC ADMIN_AND_SPECIAL_SERVICES
public static final ListCMC ARMOR_ANTITANK
public static final ListCMC ARTILLERY_AIR_AND_SPACE_DEFENSE
public static final ListCMC AVIATION_SUPPORT
public static final ListCMC AVIATION_ANTI_AIRCRAFT
public static final ListCMC CHEMICAL_ORDNANCE
public static final ListCMC CIVIL_AFFAIRS
public static final ListCMC CIVIL_AIR_PATROL
public static final ListCMC COMBAT_SUPPORT
public static final ListCMC COMMUNICATIONS
public static final ListCMC COMPOSITE_FORCES
public static final ListCMC ENGINEERING
public static final ListCMC FINANCE
public static final ListCMC INFANTRY
public static final ListCMC INTELLIGENCE_PSYCHOLOGICAL_OPS
public static final ListCMC LAW_ENFORCEMENT_SECURITY
public static final ListCMC MAINTENANCE
public static final ListCMC MAJOR_COMMAND
public static final ListCMC MEDICAL_DENTAL
public static final ListCMC MISCELLANEOUS
public static final ListCMC MULTIFUNCTION_POST
public static final ListCMC NAVAL_SUPPORT
public static final ListCMC RECRUITING
public static final ListCMC RESEARCH_AND_DEVELOPMENT
public static final ListCMC SPECIAL_OPS
public static final ListCMC SUPPLY
public static final ListCMC TACTICAL_CONTROL
public static final ListCMC TASK_ORGANISATION
public static final ListCMC TRAINING
public static final ListCMC TRANSPORTATION_FLEET_AUXILIARIES
public static final ListCMC WARSHIPS
public static final ListCMC OTHER
public static ListCMC[] values()
for (ListCMC c : ListCMC.values()) System.out.println(c);
public static ListCMC valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
Copyright © 2016 OpenSSRF.org. All rights reserved.