com.adobe.idp.taskmanager.dsc.client.query
Interface MultiTypeVariable

All Superinterfaces:
Serializable

public interface MultiTypeVariable
extends Serializable

A MultiTypeVariable object contains a process variable. It contains name, value, variable type information, as well as information about whether the variable is visible or searchable.


Method Summary
 String getDescription()
          Retrieves the description.
 String getName()
          Retrieves a process variable name.
 String getTitle()
          Retrieves the title.
 String getType()
          Retrieves a process variable type.
 Object getValue()
          Retrieves a process variable value.
 boolean isSearchable()
          Determines whether the process variable is searchable in the process designer.
 boolean isVisible()
          Determines whether the process variable is visible in the process designer.
 

Method Detail

getName

String getName()
Retrieves a process variable name.

Returns:
The process variable name.

getValue

Object getValue()
Retrieves a process variable value.

Returns:
An Object containing the process variable value. The value must be cast according to the value in the MultiTypeVariable.getType() method.

getType

String getType()
Retrieves a process variable type.

Returns:
The process variable type.

isVisible

boolean isVisible()
Determines whether the process variable is visible in the process designer.

Returns:
true if it is visible, false otherwise.

isSearchable

boolean isSearchable()
Determines whether the process variable is searchable in the process designer.

Returns:
true if it is searchable, false otherwise.

getTitle

String getTitle()
Retrieves the title.

Returns:
The title.

getDescription

String getDescription()
Retrieves the description.

Returns:
The description.


[an error occurred while processing this directive] [an error occurred while processing this directive]