public static enum PathComponent.MatchBitmaskType extends java.lang.Enum<PathComponent.MatchBitmaskType>
| Enum Constant and Description |
|---|
DESCRIPTION |
HINT |
ID |
TAG |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static PathComponent.MatchBitmaskType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathComponent.MatchBitmaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathComponent.MatchBitmaskType ID
public static final PathComponent.MatchBitmaskType TEXT
public static final PathComponent.MatchBitmaskType TAG
public static final PathComponent.MatchBitmaskType DESCRIPTION
public static final PathComponent.MatchBitmaskType HINT
public static PathComponent.MatchBitmaskType[] values()
for (PathComponent.MatchBitmaskType c : PathComponent.MatchBitmaskType.values()) System.out.println(c);
public static PathComponent.MatchBitmaskType 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 int getValue()