public enum AddProfileTagEnum extends Enum<AddProfileTagEnum>
| Enum Constant and Description |
|---|
ALWAYS
Deprecated.
This mode causes even FHIR's default profiles to be exported in the
resource metadata section. This is not generally expected behaviour from other
systems and it offers no real benefit, so it will be removed at some point. This
option was deprecated in HAPI 1.5
|
NEVER
Do not add profile tags automatically
|
ONLY_FOR_CUSTOM
Add any profile tags that returned resources appear to conform to if the resource is a non-standard class (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static AddProfileTagEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddProfileTagEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddProfileTagEnum NEVER
@Deprecated public static final AddProfileTagEnum ALWAYS
public static final AddProfileTagEnum ONLY_FOR_CUSTOM
public static AddProfileTagEnum[] values()
for (AddProfileTagEnum c : AddProfileTagEnum.values()) System.out.println(c);
public static AddProfileTagEnum 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 nullCopyright © 2014–2017 University Health Network. All rights reserved.