public static enum BaseRuntimeElementDefinition.ChildTypeEnum extends Enum<BaseRuntimeElementDefinition.ChildTypeEnum>
| Enum Constant and Description |
|---|
COMPOSITE_DATATYPE |
CONTAINED_RESOURCE_LIST
HL7.org structure style.
|
CONTAINED_RESOURCES
HAPI structure style.
|
EXTENSION_DECLARED |
ID_DATATYPE |
PRIMITIVE_DATATYPE |
PRIMITIVE_XHTML
HAPI style.
|
PRIMITIVE_XHTML_HL7ORG
HL7.org style.
|
RESOURCE |
RESOURCE_BLOCK |
UNDECL_EXT |
| Modifier and Type | Method and Description |
|---|---|
static BaseRuntimeElementDefinition.ChildTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseRuntimeElementDefinition.ChildTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseRuntimeElementDefinition.ChildTypeEnum COMPOSITE_DATATYPE
public static final BaseRuntimeElementDefinition.ChildTypeEnum CONTAINED_RESOURCE_LIST
public static final BaseRuntimeElementDefinition.ChildTypeEnum CONTAINED_RESOURCES
public static final BaseRuntimeElementDefinition.ChildTypeEnum EXTENSION_DECLARED
public static final BaseRuntimeElementDefinition.ChildTypeEnum ID_DATATYPE
public static final BaseRuntimeElementDefinition.ChildTypeEnum PRIMITIVE_DATATYPE
public static final BaseRuntimeElementDefinition.ChildTypeEnum PRIMITIVE_XHTML
public static final BaseRuntimeElementDefinition.ChildTypeEnum PRIMITIVE_XHTML_HL7ORG
public static final BaseRuntimeElementDefinition.ChildTypeEnum RESOURCE
public static final BaseRuntimeElementDefinition.ChildTypeEnum RESOURCE_BLOCK
public static final BaseRuntimeElementDefinition.ChildTypeEnum UNDECL_EXT
public static BaseRuntimeElementDefinition.ChildTypeEnum[] values()
for (BaseRuntimeElementDefinition.ChildTypeEnum c : BaseRuntimeElementDefinition.ChildTypeEnum.values()) System.out.println(c);
public static BaseRuntimeElementDefinition.ChildTypeEnum 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 © 2014–2017 University Health Network. All rights reserved.