com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data
Interface IAssignmentBean

All Superinterfaces:
IBaseElementBean, IBPMNElementBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension

public interface IAssignmentBean
extends IBaseElementBean


Method Summary
 IExpressionBean getFrom()
           
 java.lang.String getLanguage()
           
 IExpressionBean getTo()
           
 void setFrom(IExpressionBean arg0)
           
 void setLanguage(java.lang.String arg0)
           
 void setTo(IExpressionBean arg0)
           
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean
getId, getNSDeclaration
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBPMNElementBean
getDocumentation, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension
addAttributeExtension, getAttributeExtension, getAttributeExtensions, removeAttributeExtension, setAttributeExtensions
 
Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension
addObjectExtension, getObjectExtensions, removeObjectExtension, setObjectExtensions
 

Method Detail

getLanguage

java.lang.String getLanguage()

setLanguage

void setLanguage(java.lang.String arg0)

getTo

IExpressionBean getTo()

setTo

void setTo(IExpressionBean arg0)

getFrom

IExpressionBean getFrom()

setFrom

void setFrom(IExpressionBean arg0)


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.