Uses of Enum Class
org.biopax.paxtools.model.level2.PositionStatusType
Packages that use PositionStatusType
Package
Description
This package contains the interfaces that maps to the BioPAX level 2 specification.
-
Uses of PositionStatusType in org.biopax.paxtools.model.level2
Methods in org.biopax.paxtools.model.level2 that return PositionStatusTypeModifier and TypeMethodDescriptionsequenceSite.getPOSITION_STATUS()static PositionStatusTypeReturns the enum constant of this class with the specified name.static PositionStatusType[]PositionStatusType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.biopax.paxtools.model.level2 with parameters of type PositionStatusTypeModifier and TypeMethodDescriptionvoidsequenceSite.setPOSITION_STATUS(PositionStatusType POSITION_STATUS)