public enum ResourceSlicingRules extends Enum<ResourceSlicingRules>
| Enum Constant and Description |
|---|
CLOSED
No additional content is allowed other than that described by the slices in this profile.
|
NULL
added to help the parsers
|
OPEN
Additional content is allowed anywhere in the list.
|
OPENATEND
Additional content is allowed, but only at the end of the list.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceSlicingRules |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ResourceSlicingRules |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceSlicingRules[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceSlicingRules CLOSED
public static final ResourceSlicingRules OPEN
public static final ResourceSlicingRules OPENATEND
public static final ResourceSlicingRules NULL
public static ResourceSlicingRules[] values()
for (ResourceSlicingRules c : ResourceSlicingRules.values()) System.out.println(c);
public static ResourceSlicingRules 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 ResourceSlicingRules fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.