public enum UnitsOfTimeEnum extends Enum<UnitsOfTimeEnum>
| Enum Constant and Description |
|---|
A
Code Value: a
|
D
Code Value: d
|
H
Code Value: h
|
MIN
Code Value: min
|
MO
Code Value: mo
|
S
Code Value: s
|
WK
Code Value: wk
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<UnitsOfTimeEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
UnitsOfTime
|
| Modifier and Type | Method and Description |
|---|---|
static UnitsOfTimeEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static UnitsOfTimeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitsOfTimeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnitsOfTimeEnum S
public static final UnitsOfTimeEnum MIN
public static final UnitsOfTimeEnum H
public static final UnitsOfTimeEnum D
public static final UnitsOfTimeEnum WK
public static final UnitsOfTimeEnum MO
public static final UnitsOfTimeEnum A
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<UnitsOfTimeEnum> VALUESET_BINDER
public static UnitsOfTimeEnum[] values()
for (UnitsOfTimeEnum c : UnitsOfTimeEnum.values()) System.out.println(c);
public static UnitsOfTimeEnum 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 UnitsOfTimeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.