public class ImageTableIn extends CASGeneratedActionOptions
CASActionOptions.EnumValue, CASActionOptions.FORMAT| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_DIMENSION |
static java.lang.String |
KEY_ID |
static java.lang.String |
KEY_IMAGE |
static java.lang.String |
KEY_IMAGEFORMAT |
static java.lang.String |
KEY_PATH |
static java.lang.String |
KEY_RESOLUTION |
static java.lang.String |
KEY_SIZE |
static java.lang.String |
KEY_TABLE |
static java.lang.String |
KEY_TYPE |
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 |
|---|
ImageTableIn() |
ImageTableIn(CASActionOptions options) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDimension() |
java.lang.String |
getDimensionVar() |
java.lang.String |
getId() |
java.lang.String |
getIdVar() |
java.lang.String |
getImage() |
java.lang.String |
getImageFormat() |
java.lang.String |
getImageFormatVar() |
java.lang.String |
getImageVar() |
java.lang.String |
getPath() |
java.lang.String |
getPathVar() |
java.lang.String |
getResolution() |
java.lang.String |
getResolutionVar() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
java.lang.String |
getSize() |
java.lang.String |
getSizeVar() |
Castable |
getTable() |
java.lang.String |
getType() |
java.lang.String |
getTypeVar() |
ImageTableIn |
setDimension(java.lang.String value)
Sets the value of parameter 'dimension': specifies the name of the image table column containing dimensions of images.
|
ImageTableIn |
setDimensionVar(java.lang.String value) |
ImageTableIn |
setId(java.lang.String value)
Sets the value of parameter 'id': specifies the name of the variable in the input table that identifies each image.
|
ImageTableIn |
setIdVar(java.lang.String value) |
ImageTableIn |
setImage(java.lang.String value)
Sets the value of parameter 'image': specifies the name of the image table column containing image binaries.
|
ImageTableIn |
setImageFormat(java.lang.String value)
Sets the value of parameter 'imageFormat': specifies the name of the image table column containing formats of image binaries.
|
ImageTableIn |
setImageFormatVar(java.lang.String value) |
ImageTableIn |
setImageVar(java.lang.String value) |
ImageTableIn |
setPath(java.lang.String value)
Sets the value of parameter 'path': specifies the name of the image table column containing file paths.
|
ImageTableIn |
setPathVar(java.lang.String value) |
ImageTableIn |
setResolution(java.lang.String value)
Sets the value of parameter 'resolution': specifies the name of the image table column containing resolutions of images.
|
ImageTableIn |
setResolutionVar(java.lang.String value) |
ImageTableIn |
setSize(java.lang.String value)
Sets the value of parameter 'size': specifies the name of the image table column containing byte lengths of image binaries.
|
ImageTableIn |
setSizeVar(java.lang.String value) |
ImageTableIn |
setTable(Castable value)
Sets the value of parameter 'table': specifies the input table containing image data.
|
ImageTableIn |
setType(java.lang.String value)
Sets the value of parameter 'type': specifies the name of the image table column containing types (jpg, bmp, etc.) of images.
|
ImageTableIn |
setTypeVar(java.lang.String value) |
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_TABLE
public static final java.lang.String KEY_ID
public static final java.lang.String KEY_PATH
public static final java.lang.String KEY_IMAGE
public static final java.lang.String KEY_SIZE
public static final java.lang.String KEY_TYPE
public static final java.lang.String KEY_DIMENSION
public static final java.lang.String KEY_RESOLUTION
public static final java.lang.String KEY_IMAGEFORMAT
public ImageTableIn()
public ImageTableIn(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptionsgetServerDefaultValue in class CASActionOptionskey - The parameter keypublic Castable getTable()
public ImageTableIn setTable(Castable value)
value - The valuepublic java.lang.String getId()
public java.lang.String getIdVar()
public ImageTableIn setId(java.lang.String value)
value - The valuepublic ImageTableIn setIdVar(java.lang.String value)
public java.lang.String getPath()
public java.lang.String getPathVar()
public ImageTableIn setPath(java.lang.String value)
value - The valuepublic ImageTableIn setPathVar(java.lang.String value)
public java.lang.String getImage()
public java.lang.String getImageVar()
public ImageTableIn setImage(java.lang.String value)
value - The valuepublic ImageTableIn setImageVar(java.lang.String value)
public java.lang.String getSize()
public java.lang.String getSizeVar()
public ImageTableIn setSize(java.lang.String value)
value - The valuepublic ImageTableIn setSizeVar(java.lang.String value)
public java.lang.String getType()
public java.lang.String getTypeVar()
public ImageTableIn setType(java.lang.String value)
value - The valuepublic ImageTableIn setTypeVar(java.lang.String value)
public java.lang.String getDimension()
public java.lang.String getDimensionVar()
public ImageTableIn setDimension(java.lang.String value)
value - The valuepublic ImageTableIn setDimensionVar(java.lang.String value)
public java.lang.String getResolution()
public java.lang.String getResolutionVar()
public ImageTableIn setResolution(java.lang.String value)
value - The valuepublic ImageTableIn setResolutionVar(java.lang.String value)
public java.lang.String getImageFormat()
public java.lang.String getImageFormatVar()
public ImageTableIn setImageFormat(java.lang.String value)
value - The valuepublic ImageTableIn setImageFormatVar(java.lang.String value)