public enum FPTable extends Enum<FPTable>
Enum Constant and Description |
---|
aematrix |
atomenvironments |
cf1024 |
fp1024 |
fp1024_struc |
inchi |
sk1024 |
smarts_accelerator |
Modifier and Type | Method and Description |
---|---|
abstract net.idea.modbcum.i.processors.IProcessor<org.openscience.cdk.interfaces.IAtomContainer,BitSet> |
getGenerator() |
abstract String |
getProperty() |
abstract String |
getStatusProperty() |
abstract String |
getTable() |
abstract String |
getTimeProperty() |
static FPTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FPTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FPTable fp1024
public static final FPTable fp1024_struc
public static final FPTable sk1024
public static final FPTable smarts_accelerator
public static final FPTable atomenvironments
public static final FPTable aematrix
public static final FPTable inchi
public static final FPTable cf1024
public static FPTable[] values()
for (FPTable c : FPTable.values()) System.out.println(c);
public static FPTable 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 nullpublic abstract String getProperty()
public abstract String getTimeProperty()
public abstract String getStatusProperty()
public abstract net.idea.modbcum.i.processors.IProcessor<org.openscience.cdk.interfaces.IAtomContainer,BitSet> getGenerator() throws Exception
Exception
public abstract String getTable()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.