public static enum GenericUnpairedBracketsRule.Symbol.Type extends Enum<GenericUnpairedBracketsRule.Symbol.Type>
Modifier and Type | Method and Description |
---|---|
static GenericUnpairedBracketsRule.Symbol.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericUnpairedBracketsRule.Symbol.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericUnpairedBracketsRule.Symbol.Type Opening
public static final GenericUnpairedBracketsRule.Symbol.Type Closing
public static GenericUnpairedBracketsRule.Symbol.Type[] values()
for (GenericUnpairedBracketsRule.Symbol.Type c : GenericUnpairedBracketsRule.Symbol.Type.values()) System.out.println(c);
public static GenericUnpairedBracketsRule.Symbol.Type 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