Uses of Enum
org.dishevelled.bio.protein.uniprot.PositionStatus
Packages that use PositionStatus
-
Uses of PositionStatus in org.dishevelled.bio.protein.uniprot
Methods in org.dishevelled.bio.protein.uniprot that return PositionStatusModifier and TypeMethodDescriptionstatic PositionStatusPositionStatus.fromDescription(String description) Return the position status with the specified description.static PositionStatusPositionStatus.fromSymbol(String symbol) Return the position status with the specified symbol.Position.getStatus()Return the status for this position.static PositionStatusReturns the enum constant of this type with the specified name.static PositionStatus[]PositionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.dishevelled.bio.protein.uniprot with parameters of type PositionStatusModifierConstructorDescription(package private)Position(Integer position, PositionStatus status) Create a new position.