public enum LoincEnum extends Enum<LoincEnum>
| Enum Constant and Description |
|---|
LOINC_34133_9 |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Get the value of value.
|
static LoincEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoincEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoincEnum LOINC_34133_9
public static LoincEnum[] values()
for (LoincEnum c : LoincEnum.values()) System.out.println(c);
public static LoincEnum 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 getValue()
Copyright © 2010–2025. All rights reserved.