public class Castable extends CASGeneratedActionOptions
Modifier and Type | Class and Description |
---|---|
static class |
Castable.GROUPBYMODE |
CASActionOptions.EnumValue, CASActionOptions.FORMAT
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_CASLIB |
static java.lang.String |
KEY_COMPUTEDONDEMAND |
static java.lang.String |
KEY_COMPUTEDVARS |
static java.lang.String |
KEY_COMPUTEDVARSPROGRAM |
static java.lang.String |
KEY_GROUPBY |
static java.lang.String |
KEY_GROUPBYMODE |
static java.lang.String |
KEY_IMPORTOPTIONS |
static java.lang.String |
KEY_NAME |
static java.lang.String |
KEY_ONDEMAND |
static java.lang.String |
KEY_ORDERBY |
static java.lang.String |
KEY_SINGLEPASS |
static java.lang.String |
KEY_VARS |
static java.lang.String |
KEY_WHERE |
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 |
---|
Castable() |
Castable(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCaslib() |
java.lang.Boolean |
getCompOnDemand() |
java.lang.String |
getCompPgm() |
java.lang.Boolean |
getComputedOnDemand() |
Casinvardesc[] |
getComputedVars() |
java.lang.String |
getComputedVarsProgram() |
Casinvardesc[] |
getCompVars() |
Casinvardesc[] |
getGroupBy() |
Castable.GROUPBYMODE |
getGroupByMode() |
java.lang.Object |
getImport() |
java.lang.Object |
getImportOptions() |
java.lang.String |
getName() |
java.lang.Boolean |
getOnDemand() |
Casinvardesc[] |
getOrderBy() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
java.lang.Boolean |
getSinglePass() |
Casinvardesc[] |
getVars() |
java.lang.String |
getWhere() |
Castable |
setCaslib(java.lang.String value)
Sets the value of parameter 'caslib': specifies the caslib containing the table that you want to use with the action.
|
Castable |
setCompOnDemand(java.lang.Boolean value) |
Castable |
setCompPgm(java.lang.String value) |
Castable |
setComputedOnDemand(java.lang.Boolean value)
Sets the value of parameter 'computedOnDemand': when set to True, the computed variables are created when the table is loaded instead of when the action begins.
|
Castable |
setComputedVars(Casinvardesc[] value)
Sets the value of parameter 'computedVars': specifies the names of the computed variables to create.
|
Castable |
setComputedVarsProgram(java.lang.String value)
Sets the value of parameter 'computedVarsProgram': specifies an expression for each computed variable that you include in the computedVars parameter.
|
Castable |
setCompVars(Casinvardesc[] value) |
Castable |
setGroupBy(Casinvardesc[] value)
Sets the value of parameter 'groupBy': specifies the names of the variables to use for grouping results.
|
Castable |
setGroupByMode(Castable.GROUPBYMODE value)
Sets the value of parameter 'groupByMode': specifies how the server creates groups.
|
Castable |
setImport(Autoopts value) |
Castable |
setImport(Basesasopts value) |
Castable |
setImport(Csvopts value) |
Castable |
setImport(Dtaopts value) |
Castable |
setImport(Espopts value) |
Castable |
setImport(Excelopts value) |
Castable |
setImport(Fmtopts value) |
Castable |
setImport(Hdatopts value) |
Castable |
setImport(Jmpopts value) |
Castable |
setImport(Lasropts value) |
Castable |
setImport(Mvaopts value) |
Castable |
setImport(Spssopts value) |
Castable |
setImport(Xlsopts value) |
Castable |
setImportOptions(Autoopts value)
Sets the value of parameter 'importOptions' for alternative 1.
|
Castable |
setImportOptions(Basesasopts value)
Sets the value of parameter 'importOptions' for alternative 10.
|
Castable |
setImportOptions(Csvopts value)
Sets the value of parameter 'importOptions' for alternative 3.
|
Castable |
setImportOptions(Dtaopts value)
Sets the value of parameter 'importOptions' for alternative 7.
|
Castable |
setImportOptions(Espopts value)
Sets the value of parameter 'importOptions' for alternative 8.
|
Castable |
setImportOptions(Excelopts value)
Sets the value of parameter 'importOptions' for alternative 4.
|
Castable |
setImportOptions(Fmtopts value)
Sets the value of parameter 'importOptions' for alternative 13.
|
Castable |
setImportOptions(Hdatopts value)
Sets the value of parameter 'importOptions' for alternative 2.
|
Castable |
setImportOptions(Jmpopts value)
Sets the value of parameter 'importOptions' for alternative 5.
|
Castable |
setImportOptions(Lasropts value)
Sets the value of parameter 'importOptions' for alternative 9.
|
Castable |
setImportOptions(Mvaopts value)
Sets the value of parameter 'importOptions' for alternative 11.
|
Castable |
setImportOptions(Spssopts value)
Sets the value of parameter 'importOptions' for alternative 6.
|
Castable |
setImportOptions(Xlsopts value)
Sets the value of parameter 'importOptions' for alternative 12.
|
Castable |
setName(java.lang.String value)
Sets the value of parameter 'name': specifies the name of the table to use.
|
Castable |
setOnDemand(java.lang.Boolean value)
Sets the value of parameter 'onDemand': when set to True, table access is less aggressive with virtual memory use.
|
Castable |
setOrderBy(Casinvardesc[] value)
Sets the value of parameter 'orderBy': specifies the variables to use for ordering observations within partitions.
|
Castable |
setSinglePass(java.lang.Boolean value)
Sets the value of parameter 'singlePass': when set to True, the data does not create a transient table in the server.
|
Castable |
setVars(Casinvardesc[] value)
Sets the value of parameter 'vars': specifies the variables to use in the action.
|
Castable |
setWhere(java.lang.String value)
Sets the value of parameter 'where': specifies an expression for subsetting the input data.
|
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, values
public static final java.lang.String KEY_NAME
public static final java.lang.String KEY_CASLIB
public static final java.lang.String KEY_WHERE
public static final java.lang.String KEY_GROUPBY
public static final java.lang.String KEY_ORDERBY
public static final java.lang.String KEY_COMPUTEDVARS
public static final java.lang.String KEY_COMPUTEDVARSPROGRAM
public static final java.lang.String KEY_GROUPBYMODE
public static final java.lang.String KEY_COMPUTEDONDEMAND
public static final java.lang.String KEY_SINGLEPASS
public static final java.lang.String KEY_IMPORTOPTIONS
public static final java.lang.String KEY_ONDEMAND
public static final java.lang.String KEY_VARS
public Castable()
public Castable(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic java.lang.String getName()
public Castable setName(java.lang.String value)
value
- The valuepublic java.lang.String getCaslib()
public Castable setCaslib(java.lang.String value)
value
- The valuepublic java.lang.String getWhere()
public Castable setWhere(java.lang.String value)
value
- The valuepublic Casinvardesc[] getGroupBy()
public Castable setGroupBy(Casinvardesc[] value)
value
- The valuepublic Casinvardesc[] getOrderBy()
public Castable setOrderBy(Casinvardesc[] value)
value
- The valuepublic Casinvardesc[] getComputedVars()
public Casinvardesc[] getCompVars()
public Castable setComputedVars(Casinvardesc[] value)
value
- The valuepublic Castable setCompVars(Casinvardesc[] value)
public java.lang.String getComputedVarsProgram()
public java.lang.String getCompPgm()
public Castable setComputedVarsProgram(java.lang.String value)
value
- The valuepublic Castable setCompPgm(java.lang.String value)
public Castable.GROUPBYMODE getGroupByMode()
public Castable setGroupByMode(Castable.GROUPBYMODE value)
value
- The valuepublic java.lang.Boolean getComputedOnDemand()
public java.lang.Boolean getCompOnDemand()
public Castable setComputedOnDemand(java.lang.Boolean value)
value
- The valuepublic Castable setCompOnDemand(java.lang.Boolean value)
public java.lang.Boolean getSinglePass()
public Castable setSinglePass(java.lang.Boolean value)
value
- The valuepublic java.lang.Object getImportOptions()
public java.lang.Object getImport()
public Castable setImportOptions(Autoopts value)
value
- The valuepublic Castable setImportOptions(Hdatopts value)
value
- The valuepublic Castable setImportOptions(Csvopts value)
value
- The valuepublic Castable setImportOptions(Excelopts value)
value
- The valuepublic Castable setImportOptions(Jmpopts value)
value
- The valuepublic Castable setImportOptions(Spssopts value)
value
- The valuepublic Castable setImportOptions(Dtaopts value)
value
- The valuepublic Castable setImportOptions(Espopts value)
value
- The valuepublic Castable setImportOptions(Lasropts value)
value
- The valuepublic Castable setImportOptions(Basesasopts value)
value
- The valuepublic Castable setImport(Basesasopts value)
public Castable setImportOptions(Mvaopts value)
value
- The valuepublic Castable setImportOptions(Xlsopts value)
value
- The valuepublic Castable setImportOptions(Fmtopts value)
value
- The valuepublic java.lang.Boolean getOnDemand()
public Castable setOnDemand(java.lang.Boolean value)
value
- The valuepublic Casinvardesc[] getVars()
public Castable setVars(Casinvardesc[] value)
value
- The value