Package ca.uhn.fhir.context
Enum BaseRuntimeElementDefinition.ChildTypeEnum
java.lang.Object
java.lang.Enum<BaseRuntimeElementDefinition.ChildTypeEnum>
ca.uhn.fhir.context.BaseRuntimeElementDefinition.ChildTypeEnum
- All Implemented Interfaces:
Serializable
,Comparable<BaseRuntimeElementDefinition.ChildTypeEnum>
- Enclosing class:
BaseRuntimeElementDefinition<T extends IBase>
public static enum BaseRuntimeElementDefinition.ChildTypeEnum
extends Enum<BaseRuntimeElementDefinition.ChildTypeEnum>
-
Enum Constant Summary
Enum ConstantDescriptionHL7.org structure style.HAPI structure style.HAPI style.HL7.org style. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-