public static enum ActionDefinition.ActionRelationshipAnchor extends Enum<ActionDefinition.ActionRelationshipAnchor>
| Enum Constant and Description |
|---|
END
The action relationship is anchored to the end of the related action
|
NULL
added to help the parsers
|
START
The action relationship is anchored to the start of the related action
|
| Modifier and Type | Method and Description |
|---|---|
static ActionDefinition.ActionRelationshipAnchor |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ActionDefinition.ActionRelationshipAnchor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionDefinition.ActionRelationshipAnchor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionDefinition.ActionRelationshipAnchor START
public static final ActionDefinition.ActionRelationshipAnchor END
public static final ActionDefinition.ActionRelationshipAnchor NULL
public static ActionDefinition.ActionRelationshipAnchor[] values()
for (ActionDefinition.ActionRelationshipAnchor c : ActionDefinition.ActionRelationshipAnchor.values()) System.out.println(c);
public static ActionDefinition.ActionRelationshipAnchor 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 ActionDefinition.ActionRelationshipAnchor fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.