public enum PacLimitToValues extends java.lang.Enum<PacLimitToValues>
| Enum Constant and Description |
|---|
_KEYWORD |
_KEYWORDS_SYNONYMS |
_LABEL |
_NAME |
_PACKAGE |
_PROJECT |
| Modifier and Type | Method and Description |
|---|---|
static PacLimitToValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PacLimitToValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PacLimitToValues _KEYWORD
public static final PacLimitToValues _KEYWORDS_SYNONYMS
public static final PacLimitToValues _LABEL
public static final PacLimitToValues _NAME
public static final PacLimitToValues _PACKAGE
public static final PacLimitToValues _PROJECT
public static PacLimitToValues 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 PacLimitToValues[] values()
for (PacLimitToValues c : PacLimitToValues.values()) System.out.println(c);