Class DefaultFeatureReferenceSelection.SelectionData

java.lang.Object
org.gvsig.fmap.dal.feature.impl.DefaultFeatureReferenceSelection.SelectionData
All Implemented Interfaces:
Cloneable, org.gvsig.tools.lang.Cloneable
Enclosing class:
DefaultFeatureReferenceSelection

public static class DefaultFeatureReferenceSelection.SelectionData extends Object implements org.gvsig.tools.lang.Cloneable
  • Constructor Details

    • SelectionData

      public SelectionData()
  • Method Details

    • getSelected

      public Set<org.gvsig.fmap.dal.feature.FeatureReference> getSelected()
      Returns:
      the selected
    • setSelected

      public void setSelected(Set<org.gvsig.fmap.dal.feature.FeatureReference> selected)
      Parameters:
      selected - the selected to set
    • isReversed

      public boolean isReversed()
      Returns:
      the reversed
    • setReversed

      public void setReversed(boolean reversed)
      Parameters:
      reversed - the reversed to set
    • getTotalSize

      public long getTotalSize()
      Returns:
      the totalSize
    • setTotalSize

      public void setTotalSize(long totalSize)
      Parameters:
      totalSize - the totalSize to set
    • add

      public boolean add(org.gvsig.fmap.dal.feature.FeatureReference reference)
    • remove

      public boolean remove(org.gvsig.fmap.dal.feature.FeatureReference reference)
    • clear

      public void clear()
    • contains

      public boolean contains(org.gvsig.fmap.dal.feature.FeatureReference reference)
    • getSize

      public int getSize()
    • clone

      public Object clone() throws CloneNotSupportedException
      Specified by:
      clone in interface org.gvsig.tools.lang.Cloneable
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException