public static class DefaultFeatureReferenceSelection.SelectionData extends java.lang.Object implements Cloneable
| Constructor and Description |
|---|
DefaultFeatureReferenceSelection.SelectionData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(FeatureReference reference) |
void |
clear() |
java.lang.Object |
clone()
Creates a copy of the object.
|
boolean |
contains(FeatureReference reference) |
java.util.Set |
getSelected() |
int |
getSize() |
long |
getTotalSize() |
boolean |
isReversed() |
boolean |
remove(FeatureReference reference) |
void |
setReversed(boolean reversed) |
void |
setSelected(java.util.Set selected) |
void |
setTotalSize(long totalSize) |
public DefaultFeatureReferenceSelection.SelectionData()
public java.util.Set getSelected()
public void setSelected(java.util.Set selected)
selected - the selected to setpublic boolean isReversed()
public void setReversed(boolean reversed)
reversed - the reversed to setpublic long getTotalSize()
public void setTotalSize(long totalSize)
totalSize - the totalSize to setpublic boolean add(FeatureReference reference)
public boolean remove(FeatureReference reference)
public void clear()
public boolean contains(FeatureReference reference)
public int getSize()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Cloneableclone in class java.lang.Objectjava.lang.CloneNotSupportedException - if the instance of the object cannot
be cloned. As this is extending Cloneable so
its sure it implements it, so this exception may be used for problems
on specific object instances.Object#clone()}.