public static enum Matcher.MatcherId extends java.lang.Enum<Matcher.MatcherId>
| Enum Constant and Description |
|---|
ANY |
ANY_REF |
DEVELOPMENT |
MASTER |
RELEASE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
java.lang.String |
getName() |
java.lang.String |
getTypeId() |
java.lang.String |
getTypeName() |
static Matcher.MatcherId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Matcher.MatcherId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Matcher.MatcherId RELEASE
public static final Matcher.MatcherId DEVELOPMENT
public static final Matcher.MatcherId MASTER
public static final Matcher.MatcherId ANY_REF
public static final Matcher.MatcherId ANY
public static Matcher.MatcherId[] values()
for (Matcher.MatcherId c : Matcher.MatcherId.values()) System.out.println(c);
public static Matcher.MatcherId 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 getId()
public java.lang.String getName()
public java.lang.String getTypeId()
public java.lang.String getTypeName()