public enum AddProfileTagEnum extends Enum<AddProfileTagEnum>
| Enum Constant and Description |
|---|
ALWAYS
Add any profile tags that returned resources appear to conform to
|
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
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–2016 University Health Network. All rights reserved.