org.gvsig.fmap.dal.feature
Class FeatureQueryOrder.FeatureQueryOrderMember

java.lang.Object
  extended by org.gvsig.fmap.dal.feature.FeatureQueryOrder.FeatureQueryOrderMember
All Implemented Interfaces:
Cloneable, Persistent
Enclosing class:
FeatureQueryOrder

public class FeatureQueryOrder.FeatureQueryOrderMember
extends Object
implements Persistent, Cloneable


Method Summary
 Object clone()
           
 boolean getAscending()
           
 String getAttributeName()
           
 Evaluator getEvaluator()
           
 boolean hasEvaluator()
           
 void loadFromState(PersistentState state)
           
 void saveToState(PersistentState state)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasEvaluator

public boolean hasEvaluator()

getEvaluator

public Evaluator getEvaluator()

getAscending

public boolean getAscending()

getAttributeName

public String getAttributeName()

loadFromState

public void loadFromState(PersistentState state)
                   throws PersistenceException
Specified by:
loadFromState in interface Persistent
Throws:
PersistenceException

saveToState

public void saveToState(PersistentState state)
                 throws PersistenceException
Specified by:
saveToState in interface Persistent
Throws:
PersistenceException

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2004-2012 gvSIG. All Rights Reserved.