public enum SupervisoryLevel extends Enum<SupervisoryLevel>
| Enum Constant and Description |
|---|
C3
oversees work and provides direction, does not have hiring/firing or budget authority; synonym: foreman.
|
E1
US Military Enlisted paygrade E-1
|
E2
US Military Enlisted paygrade E-2
|
E3
US Military Enlisted paygrade E-3
|
E4
US Military Enlisted paygrade E-4
|
E5
US Military Enlisted paygrade E-5
|
E6
US Military Enlisted paygrade E-6
|
E7
US Military Enlisted paygrade E-7
|
E8
US Military Enlisted paygrade E-8
|
E9
US Military Enlisted paygrade E-9
|
NULL
added to help the parsers
|
O1
US Military Commissioned Officer paygrade O-1
|
O10
US Military Commissioned Officer paygrade O-10
|
O2
US Military Commissioned Officer paygrade O-2
|
O3
US Military Commissioned Officer paygrade O-3
|
O4
US Military Commissioned Officer paygrade O-4
|
O5
US Military Commissioned Officer paygrade O-5
|
O6
US Military Commissioned Officer paygrade O-6
|
O7
US Military Commissioned Officer paygrade O-7
|
O8
US Military Commissioned Officer paygrade O-8
|
O9
US Military Commissioned Officer paygrade O-9
|
W1
Warrant Officer paygrade W-1
|
W2
Warrant Officer paygrade W-2
|
W3
Warrant Officer paygrade W-3
|
W4
Warrant Officer paygrade W-4
|
W5
Warrant Officer paygrade W-5
|
| Modifier and Type | Method and Description |
|---|---|
static SupervisoryLevel |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static SupervisoryLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupervisoryLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupervisoryLevel E1
public static final SupervisoryLevel E2
public static final SupervisoryLevel E3
public static final SupervisoryLevel E4
public static final SupervisoryLevel E5
public static final SupervisoryLevel E6
public static final SupervisoryLevel E7
public static final SupervisoryLevel E8
public static final SupervisoryLevel E9
public static final SupervisoryLevel O1
public static final SupervisoryLevel O2
public static final SupervisoryLevel O3
public static final SupervisoryLevel O4
public static final SupervisoryLevel O5
public static final SupervisoryLevel O6
public static final SupervisoryLevel O7
public static final SupervisoryLevel O8
public static final SupervisoryLevel O9
public static final SupervisoryLevel O10
public static final SupervisoryLevel W1
public static final SupervisoryLevel W2
public static final SupervisoryLevel W3
public static final SupervisoryLevel W4
public static final SupervisoryLevel W5
public static final SupervisoryLevel C3
public static final SupervisoryLevel NULL
public static SupervisoryLevel[] values()
for (SupervisoryLevel c : SupervisoryLevel.values()) System.out.println(c);
public static SupervisoryLevel 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 static SupervisoryLevel fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.