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