public class Fetchorderbyelement extends CASGeneratedActionOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
Fetchorderbyelement.FORMATTED |
static class |
Fetchorderbyelement.ORDER |
CASActionOptions.EnumValue, CASActionOptions.FORMAT| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_FORMATTED |
static java.lang.String |
KEY_NAME |
static java.lang.String |
KEY_ORDER |
FLAGS_EXPAND_ARRAYS, FLAGS_IGNORE_DISPOSITION_ERROR, FLAGS_RETURN_RESULTS_ON_EXCEPTION, FLAGS_SKIP_ACTION_EVENTS, FLAGS_SKIP_RESULTS, HIDDEN_PASSWORD, JSON_NULL, LUA_NIL, PARAMETER_FLAG_ISPASSWORD, PARAMETER_FLAG_ISPATH, PARAMETER_FLAG_ISTABLENAME, PARAMETER_FLAG_ISVAR, PARAMETER_FLAG_REQUIRED, PYTHON_NULL, SERIALIZED_PREFIX| Constructor and Description |
|---|
Fetchorderbyelement() |
Fetchorderbyelement(CASActionOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Fetchorderbyelement.FORMATTED |
getFormatted() |
java.lang.String |
getName() |
Fetchorderbyelement.ORDER |
getOrder() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
Fetchorderbyelement |
setFormatted(Fetchorderbyelement.FORMATTED value)
Sets the value of parameter 'formatted': specifies whether the formatted or raw value for the variable is used.
|
Fetchorderbyelement |
setName(java.lang.String value)
Sets the value of parameter 'name': specifies the variable name to use for sorting.
|
Fetchorderbyelement |
setOrder(Fetchorderbyelement.ORDER value)
Sets the value of parameter 'order': specifies whether the ascending or descending value for the variable is used.
|
addActionFlags, addParameterFlag, appendValue, checkForPasswords, clear, containsKey, containsValue, convertToEnumArray, copy, deserialize, entrySet, equals, findOptionsClass, findSetter, get, getActionFlags, getActionName, getActionResponseEventListener, getActionResultEventListener, getActionSetName, getCASClient, getClassName, getDebugOptions, getDispositionEventListener, getFullyQualifiedActionName, getLogEventListener, getLogMessage, getMessageOutputStream, getMessageTagHandler, getParameter, getParameterAsBoolean, getParameterAsByteArray, getParameterAsDouble, getParameterAsDoubleArray, getParameterAsInteger, getParameterAsIntegerArray, getParameterAsLong, getParameterAsLongArray, getParameterAsString, getParameterAsStringArray, getParameterFlags, getParameterIgnoreCase, getParameterIgnoreCase, getParameterKeys, getPerformanceEventListener, getPropertyKey, getSessionID, getUserProperty, getUserPropertyKeys, hashCode, invoke, isEmpty, isFlagSet, isMap, isParameterFlagSet, isPassword, isPath, isRequired, isTable, isVariable, keySet, put, putAll, putAllDeep, putDeep, putDeep, quoteIfNotNull, remove, removeParameter, set, setActionFlags, setActionName, setActionResponseEventListener, setActionResultEventListener, setActionSetName, setCASClient, setDebugOptions, setDispositionEventListener, setFullyQualifiedActionName, setLogEventListener, setLogMessage, setMessageOutputStream, setMessageTagHandler, setParameter, setPerformanceEventListener, setPropertyKey, setSessionID, setUserProperty, size, toCASLString, toLuaString, toLuaString, toOptionsWithGeneratedClasses, toSerialized, toString, toString, toString, upcaseFirstChar, valuespublic static final java.lang.String KEY_NAME
public static final java.lang.String KEY_ORDER
public static final java.lang.String KEY_FORMATTED
public Fetchorderbyelement()
public Fetchorderbyelement(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptionsgetServerDefaultValue in class CASActionOptionskey - The parameter keypublic java.lang.String getName()
public Fetchorderbyelement setName(java.lang.String value)
value - The valuepublic Fetchorderbyelement.ORDER getOrder()
public Fetchorderbyelement setOrder(Fetchorderbyelement.ORDER value)
value - The valuepublic Fetchorderbyelement.FORMATTED getFormatted()
public Fetchorderbyelement setFormatted(Fetchorderbyelement.FORMATTED value)
value - The value