public enum TargetType extends java.lang.Enum<TargetType>
Enum Constant and Description |
---|
COMPOUND |
DATA |
GLOB |
GRAIN |
GRAIN_PCRE |
IPCIDR |
LIST |
NODEGROUP |
PCRE |
PILLAR |
PILLAR_EXACT |
PILLAR_PCRE |
RANGE |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static TargetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetType GLOB
public static final TargetType PCRE
public static final TargetType LIST
public static final TargetType GRAIN
public static final TargetType GRAIN_PCRE
public static final TargetType PILLAR
public static final TargetType PILLAR_EXACT
public static final TargetType PILLAR_PCRE
public static final TargetType NODEGROUP
public static final TargetType RANGE
public static final TargetType COMPOUND
public static final TargetType IPCIDR
public static final TargetType DATA
public static TargetType[] values()
for (TargetType c : TargetType.values()) System.out.println(c);
public static TargetType 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 java.lang.String getValue()