public interface RankedCrossRefable extends Changeable
RankedCrossRef
Modifier and Type | Method and Description |
---|---|
void |
addRankedCrossRef(RankedCrossRef crossref)
Adds a ranked cross reference to the existing set.
|
java.util.Set |
getRankedCrossRefs()
Returns the set of all ranked cross references associated with an object.
|
void |
removeRankedCrossRef(RankedCrossRef crossref)
Removes a ranked cross reference from the existing set.
|
void |
setRankedCrossRefs(java.util.Set crossrefs)
Sets the ranked cross references associated with an object.
|
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
java.util.Set getRankedCrossRefs()
void setRankedCrossRefs(java.util.Set crossrefs) throws ChangeVetoException
crossrefs
- a set of RankedCrossRef objects.ChangeVetoException
- if the set was null or any of its contents
were not RankedCrossRef objects.void addRankedCrossRef(RankedCrossRef crossref) throws ChangeVetoException
crossref
- the ranked cross reference to add.ChangeVetoException
- if the parameter is null.void removeRankedCrossRef(RankedCrossRef crossref) throws ChangeVetoException
crossref
- the ranked cross reference to remove.ChangeVetoException
- if the parameter is null.