public enum ValueFlagCode extends Enum<ValueFlagCode>
VALUEFLAG_CD attribute of
the OBSERVATION_FACT table.| Enum Constant and Description |
|---|
ABNORMAL |
BLOB_FIELD_IS_ENCRYPTED |
HIGH |
LOW |
NO_VALUE_FLAG |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the code to put into the
VALUEFLAG_CD attribute. |
static ValueFlagCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueFlagCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueFlagCode NO_VALUE_FLAG
public static final ValueFlagCode ABNORMAL
public static final ValueFlagCode HIGH
public static final ValueFlagCode LOW
public static final ValueFlagCode BLOB_FIELD_IS_ENCRYPTED
public static ValueFlagCode[] values()
for (ValueFlagCode c : ValueFlagCode.values()) System.out.println(c);
public static ValueFlagCode 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 nullCopyright © 2012–2016 Emory University. All rights reserved.