public static enum Regexp.RegexpType extends Enum<Regexp.RegexpType>
| Modifier and Type | Method and Description |
|---|---|
static Regexp.RegexpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Regexp.RegexpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Regexp.RegexpType replace
public static final Regexp.RegexpType extract
public static Regexp.RegexpType[] values()
for (Regexp.RegexpType c : Regexp.RegexpType.values()) System.out.println(c);
public static Regexp.RegexpType 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 nullCopyright © 2021. All Rights Reserved.