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