public enum BindingConformance extends Enum<BindingConformance>
| Enum Constant and Description |
|---|
EXAMPLE
The codes in the set are an example to illustrate the meaning of the field.
|
NULL
added to help the parsers
|
PREFERRED
For greater interoperability, implementers are strongly encouraged to use the bound set of codes, however alternate codes may be used in derived profiles and implementations if necessary without being considered non-conformant
|
REQUIRED
Only codes in the specified set are allowed.
|
| Modifier and Type | Method and Description |
|---|---|
static BindingConformance |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static BindingConformance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingConformance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindingConformance REQUIRED
public static final BindingConformance PREFERRED
public static final BindingConformance EXAMPLE
public static final BindingConformance NULL
public static BindingConformance[] values()
for (BindingConformance c : BindingConformance.values()) System.out.println(c);
public static BindingConformance 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 BindingConformance fromCode(String codeString) throws Exception
Exceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.