public static enum PatternStringUtils.PatternSignType extends Enum<PatternStringUtils.PatternSignType>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Field and Description |
|---|---|
static PatternStringUtils.PatternSignType[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
static PatternStringUtils.PatternSignType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatternStringUtils.PatternSignType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatternStringUtils.PatternSignType POS
public static final PatternStringUtils.PatternSignType POS_SIGN
public static final PatternStringUtils.PatternSignType NEG
public static final PatternStringUtils.PatternSignType[] VALUES
public static PatternStringUtils.PatternSignType[] values()
public static PatternStringUtils.PatternSignType 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