public class FeatureQueryOrder extends Object implements Persistent, Cloneable
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureQueryOrder.FeatureQueryOrderMember |
| Constructor and Description |
|---|
FeatureQueryOrder() |
| Modifier and Type | Method and Description |
|---|---|
Object |
add(Evaluator evaluator,
boolean ascending) |
Object |
add(String attributeName,
boolean ascending) |
void |
clear() |
Object |
clone()
Creates a copy of the object.
|
FeatureQueryOrder |
getCopy() |
Comparator |
getFeatureComparator() |
Iterator |
iterator() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
boolean |
remove(FeatureQueryOrder.FeatureQueryOrderMember member) |
void |
remove(int index) |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
int |
size() |
public Iterator iterator()
public boolean remove(FeatureQueryOrder.FeatureQueryOrderMember member)
public void remove(int index)
public void clear()
public int size()
public Comparator getFeatureComparator()
public Object clone() throws CloneNotSupportedException
Cloneableclone in class ObjectCloneNotSupportedException - 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()}.public FeatureQueryOrder getCopy()
public void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceException