public static enum Element.SpecialElement extends Enum<Element.SpecialElement>
| Enum Constant and Description |
|---|
BUNDLE_ENTRY |
BUNDLE_OUTCOME |
CONTAINED |
PARAMETER |
| Modifier and Type | Method and Description |
|---|---|
static Element.SpecialElement |
fromProperty(Property property) |
static Element.SpecialElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element.SpecialElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Element.SpecialElement CONTAINED
public static final Element.SpecialElement BUNDLE_ENTRY
public static final Element.SpecialElement BUNDLE_OUTCOME
public static final Element.SpecialElement PARAMETER
public static Element.SpecialElement[] values()
for (Element.SpecialElement c : Element.SpecialElement.values()) System.out.println(c);
public static Element.SpecialElement 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 Element.SpecialElement fromProperty(Property property)
Copyright © 2014–2021 Health Level 7. All rights reserved.