ProcessVariable Class
- public class ProcessVariable
extends Object
implements Serializable
Represents a process variable with its name and type (class)
Related Topics
ProcessConfigurationMBean.getProcessVariable(String)
ProcessConfigurationMBean.getProcessVariables()
-
Hierarchy
-
Object
ProcessVariable
-
All Implemented Interfaces
-
Serializable
ProcessVariable
public ProcessVariable(String
name,
String
type)
getName() Method
public String
getName()
Returns the name of the process variable
getType() Method
public String
getType()
Returns the type of the process variable. This method deliberately returns
a String rather than a Class object, since the user of this API (e.g., the client)
may not have the Class in its classpath.
toString() Method
public String
toString()
-
Overrides
-
Object.toString()