public interface RankedCrossRef extends Comparable, Changeable
RankedCrossRefable,
CrossRef| Modifier and Type | Field and Description |
|---|---|
static ChangeType |
RANK |
| Modifier and Type | Method and Description |
|---|---|
CrossRef |
getCrossRef()
Return the cross reference associated with this object.
|
int |
getRank()
Return the rank associated with the cross reference.
|
void |
setRank(int rank)
Set the rank associated with the cross reference.
|
compareToaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerstatic final ChangeType RANK
CrossRef getCrossRef()
int getRank()
void setRank(int rank) throws ChangeVetoException
rank - the rank to use.ChangeVetoException - if the new rank is unacceptable.Copyright © 2020 BioJava. All rights reserved.