public enum AddLicenseHeaders extends java.lang.Enum<AddLicenseHeaders>
| Modifier and Type | Field and Description |
|---|---|
private static char |
SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getValuesForHelp() |
static AddLicenseHeaders |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddLicenseHeaders[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddLicenseHeaders TRUE
public static final AddLicenseHeaders FALSE
public static final AddLicenseHeaders FORCED
private static final char SEPARATOR
public static AddLicenseHeaders[] values()
for (AddLicenseHeaders c : AddLicenseHeaders.values()) System.out.println(c);
public static AddLicenseHeaders valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.lang.String getValuesForHelp()