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.
|
compareTo
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
static 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 © 2014 BioJava. All rights reserved.