public static enum LicenseTemplateRule.RuleType extends Enum<LicenseTemplateRule.RuleType>
| Enum Constant and Description |
|---|
BEGIN_OPTIONAL |
END_OPTIONAL |
VARIABLE |
| Modifier and Type | Method and Description |
|---|---|
static LicenseTemplateRule.RuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseTemplateRule.RuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseTemplateRule.RuleType VARIABLE
public static final LicenseTemplateRule.RuleType BEGIN_OPTIONAL
public static final LicenseTemplateRule.RuleType END_OPTIONAL
public static LicenseTemplateRule.RuleType[] values()
for (LicenseTemplateRule.RuleType c : LicenseTemplateRule.RuleType.values()) System.out.println(c);
public static LicenseTemplateRule.RuleType 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 © 2018 Linux Foundation. All Rights Reserved.