public enum ObjectRole extends Enum<ObjectRole>
| Enum Constant and Description |
|---|
_1 |
_10 |
_11 |
_12 |
_13 |
_14 |
_15 |
_16 |
_17 |
_18 |
_19 |
_2 |
_20 |
_21 |
_22 |
_23 |
_24 |
_3 |
_4 |
_5 |
_6 |
_7 |
_8 |
_9 |
NULL |
| Modifier and Type | Method and Description |
|---|---|
static ObjectRole |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ObjectRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectRole _1
public static final ObjectRole _2
public static final ObjectRole _3
public static final ObjectRole _4
public static final ObjectRole _5
public static final ObjectRole _6
public static final ObjectRole _7
public static final ObjectRole _8
public static final ObjectRole _9
public static final ObjectRole _10
public static final ObjectRole _11
public static final ObjectRole _12
public static final ObjectRole _13
public static final ObjectRole _14
public static final ObjectRole _15
public static final ObjectRole _16
public static final ObjectRole _17
public static final ObjectRole _18
public static final ObjectRole _19
public static final ObjectRole _20
public static final ObjectRole _21
public static final ObjectRole _22
public static final ObjectRole _23
public static final ObjectRole _24
public static final ObjectRole NULL
public static ObjectRole[] values()
for (ObjectRole c : ObjectRole.values()) System.out.println(c);
public static ObjectRole 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 ObjectRole fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String toCode()
public String getDefinition()
public String getDisplay()
public String getSystem()
Copyright © 2017 Open eHealth Foundation. All rights reserved.