public static class DefaultFeatureQueryOrder.FeatureQueryOrderMemberImpl extends java.lang.Object implements FeatureQueryOrder.FeatureQueryOrderMember
Constructor and Description |
---|
FeatureQueryOrderMemberImpl() |
Modifier and Type | Method and Description |
---|---|
FeatureQueryOrder.FeatureQueryOrderMember |
clone()
Creates a copy of the object.
|
void |
fromJson(JsonObject json) |
boolean |
getAscending() |
java.lang.String |
getAttributeName() |
Evaluator |
getEvaluator() |
boolean |
hasEvaluator() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setAscending(boolean ascending) |
JsonObjectBuilder |
toJsonBuilder() |
java.lang.String |
toString() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
cloneQuietly, cloneQuietly
toJson, toJson, toJsonBuilder
public java.lang.String toString()
toString
in class java.lang.Object
public boolean hasEvaluator()
hasEvaluator
in interface FeatureQueryOrder.FeatureQueryOrderMember
public Evaluator getEvaluator()
getEvaluator
in interface FeatureQueryOrder.FeatureQueryOrderMember
public boolean getAscending()
getAscending
in interface FeatureQueryOrder.FeatureQueryOrderMember
public java.lang.String getAttributeName()
getAttributeName
in interface FeatureQueryOrder.FeatureQueryOrderMember
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
PersistenceException
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
PersistenceException
public FeatureQueryOrder.FeatureQueryOrderMember clone() throws java.lang.CloneNotSupportedException
Cloneable
clone
in interface FeatureQueryOrder.FeatureQueryOrderMember
clone
in class java.lang.Object
java.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 void setAscending(boolean ascending)
setAscending
in interface FeatureQueryOrder.FeatureQueryOrderMember
public void fromJson(JsonObject json)
fromJson
in interface SupportFromJson
public JsonObjectBuilder toJsonBuilder()
toJsonBuilder
in interface SupportToJson