Uses of Class
org.openscience.cdk.sgroup.SgroupType
-
Packages that use SgroupType Package Description org.openscience.cdk.sgroup -
-
Uses of SgroupType in org.openscience.cdk.sgroup
Methods in org.openscience.cdk.sgroup that return SgroupType Modifier and Type Method Description SgroupType
Sgroup. getType()
Access the type of the Sgroup.static SgroupType
SgroupType. parseCtabKey(String str)
static SgroupType
SgroupType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SgroupType[]
SgroupType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openscience.cdk.sgroup with parameters of type SgroupType Modifier and Type Method Description void
Sgroup. setType(SgroupType type)
Set the type of the Sgroup.
-