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, waitcloneQuietly, cloneQuietlytoJson, toJson, toJsonBuilderpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean hasEvaluator()
hasEvaluator in interface FeatureQueryOrder.FeatureQueryOrderMemberpublic Evaluator getEvaluator()
getEvaluator in interface FeatureQueryOrder.FeatureQueryOrderMemberpublic boolean getAscending()
getAscending in interface FeatureQueryOrder.FeatureQueryOrderMemberpublic java.lang.String getAttributeName()
getAttributeName in interface FeatureQueryOrder.FeatureQueryOrderMemberpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceExceptionpublic FeatureQueryOrder.FeatureQueryOrderMember clone() throws java.lang.CloneNotSupportedException
Cloneableclone in interface FeatureQueryOrder.FeatureQueryOrderMemberclone 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 void setAscending(boolean ascending)
setAscending in interface FeatureQueryOrder.FeatureQueryOrderMemberpublic void fromJson(JsonObject json)
fromJson in interface SupportFromJsonpublic JsonObjectBuilder toJsonBuilder()
toJsonBuilder in interface SupportToJson