public static enum BlowdryerSetup.GitAnchorType extends Enum<BlowdryerSetup.GitAnchorType>
| Modifier and Type | Method and Description |
|---|---|
static BlowdryerSetup.GitAnchorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlowdryerSetup.GitAnchorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlowdryerSetup.GitAnchorType TAG
public static final BlowdryerSetup.GitAnchorType COMMIT
public static final BlowdryerSetup.GitAnchorType TREE
public static BlowdryerSetup.GitAnchorType[] values()
for (BlowdryerSetup.GitAnchorType c : BlowdryerSetup.GitAnchorType.values()) System.out.println(c);
public static BlowdryerSetup.GitAnchorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null