public enum UnknownContentCodeEnum extends Enum<UnknownContentCodeEnum>
| Enum Constant and Description |
|---|
NEITHER_ELEMENTS_OR_EXTENSIONS
Display: Neither Elements or Extensions
Code Value: no The application does not accept either unknown elements or extensions. |
UNKNOWN_ELEMENTS
Display: Unknown Elements
Code Value: elements The application accepts unknown elements, but not unknown extensions. |
UNKNOWN_ELEMENTS_AND_EXTENSIONS
Display: Unknown Elements and Extensions
Code Value: both The application accepts unknown elements and extensions. |
UNKNOWN_EXTENSIONS
Display: Unknown Extensions
Code Value: extensions The application accepts unknown extensions, but not unknown elements. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<UnknownContentCodeEnum> |
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:
UnknownContentCode
|
| Modifier and Type | Method and Description |
|---|---|
static UnknownContentCodeEnum |
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 UnknownContentCodeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnknownContentCodeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnknownContentCodeEnum NEITHER_ELEMENTS_OR_EXTENSIONS
public static final UnknownContentCodeEnum UNKNOWN_EXTENSIONS
public static final UnknownContentCodeEnum UNKNOWN_ELEMENTS
public static final UnknownContentCodeEnum UNKNOWN_ELEMENTS_AND_EXTENSIONS
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<UnknownContentCodeEnum> VALUESET_BINDER
public static UnknownContentCodeEnum[] values()
for (UnknownContentCodeEnum c : UnknownContentCodeEnum.values()) System.out.println(c);
public static UnknownContentCodeEnum 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 UnknownContentCodeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.