public static enum Substitution.FindMode extends java.lang.Enum<Substitution.FindMode> implements Substitution.Flag
Modifier and Type | Method and Description |
---|---|
char |
getFlag() |
static Substitution.FindMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Substitution.FindMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Substitution.FindMode LINE
public static final Substitution.FindMode MATCH
public static Substitution.FindMode[] values()
for (Substitution.FindMode c : Substitution.FindMode.values()) System.out.println(c);
public static Substitution.FindMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic char getFlag()
getFlag
in interface Substitution.Flag
Copyright © 2014-2020 Tomitribe Corporation. All Rights Reserved.