@PublicAPI public enum TargetHomologyMatchingMode extends java.lang.Enum<TargetHomologyMatchingMode> implements chemaxon.sss.search.options.HasOptionString
Enum Constant and Description |
---|
ALL |
EXCLUDE_XX |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OPTION_NAME_STRING |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOptionString() |
java.lang.String |
toString() |
static TargetHomologyMatchingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TargetHomologyMatchingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetHomologyMatchingMode ALL
public static final TargetHomologyMatchingMode EXCLUDE_XX
public static final java.lang.String OPTION_NAME_STRING
public static TargetHomologyMatchingMode[] values()
for (TargetHomologyMatchingMode c : TargetHomologyMatchingMode.values()) System.out.println(c);
public static TargetHomologyMatchingMode 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 java.lang.String toString()
toString
in class java.lang.Enum<TargetHomologyMatchingMode>
public java.lang.String getOptionString()
getOptionString
in interface chemaxon.sss.search.options.HasOptionString