站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

ByteArrayInstance (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


org.jbpm.context.exe.variableinstance
Class ByteArrayInstance

java.lang.Object
  extended byorg.jbpm.context.exe.VariableInstance
      extended byorg.jbpm.context.exe.variableinstance.ByteArrayInstance
All Implemented Interfaces:
java.io.Serializable

public class ByteArrayInstance
extends VariableInstance

See Also:
Serialized Form

Field Summary
protected  ByteArray value
           
 
Fields inherited from class org.jbpm.context.exe.VariableInstance
converter, name, processInstance, token, tokenVariableMap
 
Constructor Summary
ByteArrayInstance()
           
 
Method Summary
 java.lang.Object getObject()
          is the value, stored by this variable instance.
 void setObject(java.lang.Object value)
          stores the value in this variable instance.
protected  boolean supports(java.lang.Class clazz)
          is true if this variable-instance supports the given type, false otherwise.
 
Methods inherited from class org.jbpm.context.exe.VariableInstance
create, createVariableInstance, getName, getProcessInstance, getToken, getValue, removeTokenVariableMapReference, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected ByteArray value
Constructor Detail

ByteArrayInstance

public ByteArrayInstance()
Method Detail

supports

protected boolean supports(java.lang.Class clazz)
Description copied from class: VariableInstance
is true if this variable-instance supports the given type, false otherwise.

Specified by:
supports in class VariableInstance

getObject

public java.lang.Object getObject()
Description copied from class: VariableInstance
is the value, stored by this variable instance.

Specified by:
getObject in class VariableInstance

setObject

public void setObject(java.lang.Object value)
Description copied from class: VariableInstance
stores the value in this variable instance.

Specified by:
setObject in class VariableInstance


Version : jbpm-3.0.4