public static enum Branchrestriction.BranchMatchKindEnum extends java.lang.Enum<Branchrestriction.BranchMatchKindEnum>
| Enum Constant and Description |
|---|
BRANCHING_MODEL |
GLOB |
| Modifier and Type | Method and Description |
|---|---|
static Branchrestriction.BranchMatchKindEnum |
fromValue(java.lang.String v) |
java.lang.String |
toString() |
java.lang.String |
value() |
static Branchrestriction.BranchMatchKindEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Branchrestriction.BranchMatchKindEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Branchrestriction.BranchMatchKindEnum BRANCHING_MODEL
public static final Branchrestriction.BranchMatchKindEnum GLOB
public static Branchrestriction.BranchMatchKindEnum[] values()
for (Branchrestriction.BranchMatchKindEnum c : Branchrestriction.BranchMatchKindEnum.values()) System.out.println(c);
public static Branchrestriction.BranchMatchKindEnum 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 value()
public java.lang.String toString()
toString in class java.lang.Enum<Branchrestriction.BranchMatchKindEnum>public static Branchrestriction.BranchMatchKindEnum fromValue(java.lang.String v)