Uses of Class
org.uniprot.uniprot.PositionType
Packages that use PositionType
-
Uses of PositionType in org.uniprot.uniprot
Fields in org.uniprot.uniprot declared as PositionTypeModifier and TypeFieldDescriptionprotected PositionTypeLocationType.beginprotected PositionTypeLocationType.endprotected PositionTypeLocationType.positionMethods in org.uniprot.uniprot that return PositionTypeModifier and TypeMethodDescriptionObjectFactory.createPositionType()Create an instance ofPositionTypeLocationType.getBegin()Gets the value of the begin property.LocationType.getEnd()Gets the value of the end property.LocationType.getPosition()Gets the value of the position property.Methods in org.uniprot.uniprot with parameters of type PositionTypeModifier and TypeMethodDescriptionvoidLocationType.setBegin(PositionType value) Sets the value of the begin property.voidLocationType.setEnd(PositionType value) Sets the value of the end property.voidLocationType.setPosition(PositionType value) Sets the value of the position property.