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