Class Position
java.lang.Object
org.dishevelled.bio.protein.uniprot.Position
Position.
- Since:
- 2.5
- Author:
- Michael Heuer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the position, may be null.Return the status for this position.
-
Constructor Details
-
Position
Position(@Nullable Integer position, PositionStatus status) Create a new position.- Parameters:
position- position, if anystatus- status, must not be null
-
-
Method Details
-
getPosition
Return the position, may be null.- Returns:
- the position, may be null
-
getStatus
Return the status for this position.- Returns:
- the status for this position
-