public static enum GeneralCreateColumnFromRegexUI.Mode extends Enum<GeneralCreateColumnFromRegexUI.Mode>
| Enum Constant and Description |
|---|
BOOLEAN |
MATCHING_GROUPS |
| Modifier and Type | Method and Description |
|---|---|
static GeneralCreateColumnFromRegexUI.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneralCreateColumnFromRegexUI.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneralCreateColumnFromRegexUI.Mode BOOLEAN
public static final GeneralCreateColumnFromRegexUI.Mode MATCHING_GROUPS
public static GeneralCreateColumnFromRegexUI.Mode[] values()
for (GeneralCreateColumnFromRegexUI.Mode c : GeneralCreateColumnFromRegexUI.Mode.values()) System.out.println(c);
public static GeneralCreateColumnFromRegexUI.Mode 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 © 2007–2015 Gephi Consortium. All rights reserved.