Uses of Enum Class
org.biopax.paxtools.model.level3.StructureFormatType
Packages that use StructureFormatType
Package
Description
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of StructureFormatType in org.biopax.paxtools.impl.level3
Methods in org.biopax.paxtools.impl.level3 that return StructureFormatTypeMethods in org.biopax.paxtools.impl.level3 with parameters of type StructureFormatTypeModifier and TypeMethodDescriptionvoidChemicalStructureImpl.setStructureFormat(StructureFormatType structureFormat) -
Uses of StructureFormatType in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return StructureFormatTypeModifier and TypeMethodDescriptionChemicalStructure.getStructureFormat()This property specifies which format is used to define chemical structure.static StructureFormatTypeReturns the enum constant of this class with the specified name.static StructureFormatType[]StructureFormatType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.biopax.paxtools.model.level3 with parameters of type StructureFormatTypeModifier and TypeMethodDescriptionvoidChemicalStructure.setStructureFormat(StructureFormatType structureFormat) This property specifies which format is used to define chemical structure.