public enum Ruleset extends Enum<Ruleset>
| Enum Constant and Description |
|---|
CDANETV2
null
|
CDANETV4
null
|
CPHA3
null
|
NULL
added to help the parsers
|
X124010
null
|
X125010
null
|
X127010
null
|
| Modifier and Type | Method and Description |
|---|---|
static Ruleset |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Ruleset |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ruleset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Ruleset[] values()
for (Ruleset c : Ruleset.values()) System.out.println(c);
public static Ruleset 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 getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.