com.soyatec.bpmn
Interface BusinessProcessUnit

All Superinterfaces:
BPMNObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface BusinessProcessUnit
extends BPMNObject

A representation of the model object 'Business Process Unit'.

The following features are supported:

See Also:
BPMNPackage.getBusinessProcessUnit()

Method Summary
 java.lang.String getAuthor()
          Returns the value of the 'Author' attribute
 java.util.Date getCreationDate()
          Returns the value of the 'Creation Date' attribute
 java.lang.String getDocumentation()
          Returns the value of the 'Documentation' attribute
 java.lang.String getExpressionLanguage()
          Returns the value of the 'Expression Language' attribute
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute
 java.util.Date getModificationDate()
          Returns the value of the 'Modification Date' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 org.eclipse.emf.common.util.EList getPools()
          Returns the value of the 'Pools' containment reference list.
 java.lang.String getQueryLanguage()
          Returns the value of the 'Query Language' attribute
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 void setAuthor(java.lang.String value)
          Sets the value of the 'Author' attribute
 void setCreationDate(java.util.Date value)
          Sets the value of the 'Creation Date' attribute
 void setDocumentation(java.lang.String value)
          Sets the value of the 'Documentation' attribute
 void setExpressionLanguage(java.lang.String value)
          Sets the value of the 'Expression Language' attribute
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute
 void setModificationDate(java.util.Date value)
          Sets the value of the 'Modification Date' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setQueryLanguage(java.lang.String value)
          Sets the value of the 'Query Language' attribute
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute
 
Methods inherited from interface com.soyatec.bpmn.BPMNObject
getChildren
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BPMNPackage.getBusinessProcessUnit_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), BPMNPackage.getBusinessProcessUnit_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

getAuthor

java.lang.String getAuthor()
Returns the value of the 'Author' attribute.

If the meaning of the 'Author' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Author' attribute.
See Also:
setAuthor(String), BPMNPackage.getBusinessProcessUnit_Author()

setAuthor

void setAuthor(java.lang.String value)
Sets the value of the 'Author' attribute.

Parameters:
value - the new value of the 'Author' attribute.
See Also:
getAuthor()

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute.

If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), BPMNPackage.getBusinessProcessUnit_Language()

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()

getExpressionLanguage

java.lang.String getExpressionLanguage()
Returns the value of the 'Expression Language' attribute.

If the meaning of the 'Expression Language' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expression Language' attribute.
See Also:
setExpressionLanguage(String), BPMNPackage.getBusinessProcessUnit_ExpressionLanguage()

setExpressionLanguage

void setExpressionLanguage(java.lang.String value)
Sets the value of the 'Expression Language' attribute.

Parameters:
value - the new value of the 'Expression Language' attribute.
See Also:
getExpressionLanguage()

getQueryLanguage

java.lang.String getQueryLanguage()
Returns the value of the 'Query Language' attribute.

If the meaning of the 'Query Language' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Query Language' attribute.
See Also:
setQueryLanguage(String), BPMNPackage.getBusinessProcessUnit_QueryLanguage()

setQueryLanguage

void setQueryLanguage(java.lang.String value)
Sets the value of the 'Query Language' attribute.

Parameters:
value - the new value of the 'Query Language' attribute.
See Also:
getQueryLanguage()

getCreationDate

java.util.Date getCreationDate()
Returns the value of the 'Creation Date' attribute.

If the meaning of the 'Creation Date' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Creation Date' attribute.
See Also:
setCreationDate(Date), BPMNPackage.getBusinessProcessUnit_CreationDate()

setCreationDate

void setCreationDate(java.util.Date value)
Sets the value of the 'Creation Date' attribute.

Parameters:
value - the new value of the 'Creation Date' attribute.
See Also:
getCreationDate()

getModificationDate

java.util.Date getModificationDate()
Returns the value of the 'Modification Date' attribute.

If the meaning of the 'Modification Date' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Modification Date' attribute.
See Also:
setModificationDate(Date), BPMNPackage.getBusinessProcessUnit_ModificationDate()

setModificationDate

void setModificationDate(java.util.Date value)
Sets the value of the 'Modification Date' attribute.

Parameters:
value - the new value of the 'Modification Date' attribute.
See Also:
getModificationDate()

getPools

org.eclipse.emf.common.util.EList getPools()
Returns the value of the 'Pools' containment reference list. The list contents are of type Pool.

If the meaning of the 'Pools' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pools' containment reference list.
See Also:
BPMNPackage.getBusinessProcessUnit_Pools()

getDocumentation

java.lang.String getDocumentation()
Returns the value of the 'Documentation' attribute.

If the meaning of the 'Documentation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Documentation' attribute.
See Also:
setDocumentation(String), BPMNPackage.getBusinessProcessUnit_Documentation()

setDocumentation

void setDocumentation(java.lang.String value)
Sets the value of the 'Documentation' attribute.

Parameters:
value - the new value of the 'Documentation' attribute.
See Also:
getDocumentation()