com.ibm.wsspi.sca.metadata.bpc.model
Interface Process
- public interface Process
- extends org.eclipse.emf.ecore.EObject
The following features are supported:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getActivity()
Returns the value of the 'Activity' containment reference
|
|
|
getDisplayName()
Returns the value of the 'Display Name' attribute
|
|
getLink()
Returns the value of the 'Link' containment reference list.
|
getMode()
Returns the value of the 'Mode' attribute.
|
|
|
getName()
Returns the value of the 'Name' attribute
|
|
getNamespace()
Returns the value of the 'Namespace' attribute
|
|
getPTID()
Returns the value of the 'PTID' attribute
|
|
getValidFrom()
Returns the value of the 'Valid From' attribute
|
|
getWpcId()
Returns the value of the 'Wpc Id' attribute
|
|
isSetMode()
Returns whether the value of the '
Mode ' attribute is set
|
|
setActivity(Activity value)
Sets the value of the '
Activity ' containment reference
|
|
setDisplayName(java.lang.String value)
Sets the value of the '
Display Name ' attribute
|
|
setMode(ProcessMode value)
Sets the value of the '
Mode ' attribute
|
|
setName(java.lang.String value)
Sets the value of the '
Name ' attribute
|
|
setNamespace(java.lang.String value)
Sets the value of the '
Namespace ' attribute
|
|
setPTID(java.lang.String value)
Sets the value of the '
PTID ' attribute
|
|
setValidFrom(java.util.Date value)
Sets the value of the '
Valid From ' attribute
|
|
setWpcId(java.lang.String value)
Sets the value of the '
Wpc Id ' attribute
|
|
unsetMode()
Unsets the value of the '
Mode ' attribute
|
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 |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
Method Detail
getActivity
- Activity getActivity()
setActivity(Activity)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_Activity()
setActivity
- void setActivity(Activity value)
Activity
' containment reference.
getLink
- org.eclipse.emf.common.util.EList getLink( )
Link
.
If the meaning of the 'Link' containment reference list isn't clear, there really should be more of a description here...
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_Link()
getDisplayName
- java.lang.String getDisplayName( )
If the meaning of the 'Display Name' attribute isn't clear, there really should be more of a description here...
setDisplayName(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_DisplayName()
setDisplayName
- void setDisplayName(java.lang.String value)
Display Name
' attribute.
getMode
- ProcessMode getMode()
"microflow"
.
The literals are from the enumeration ProcessMode
.
If the meaning of the 'Mode' attribute isn't clear, there really should be more of a description here...
ProcessMode
,
isSetMode()
,
unsetMode()
,
setMode(ProcessMode)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_Mode()
setMode
- void setMode(ProcessMode value)
Mode
' attribute.
value
- the new value of the 'Mode' attribute. unsetMode
- void unsetMode()
Mode
' attribute.
isSetMode
- boolean isSetMode()
Mode
' attribute is set.
getName
- java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_Name()
setName
- void setName(java.lang.String value)
Name
' attribute.
getNamespace
- java.lang.String getNamespace()
If the meaning of the 'Namespace' attribute isn't clear, there really should be more of a description here...
setNamespace(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_Namespace()
setNamespace
- void setNamespace(java.lang.String value)
Namespace
' attribute.
getPTID
- java.lang.String getPTID()
If the meaning of the 'PTID' attribute isn't clear, there really should be more of a description here...
setPTID(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_PTID()
setPTID
- void setPTID(java.lang.String value)
PTID
' attribute.
getValidFrom
- java.util.Date getValidFrom()
If the meaning of the 'Valid From' attribute isn't clear, there really should be more of a description here...
setValidFrom(Date)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_ValidFrom()
setValidFrom
- void setValidFrom(java.util.Date value)
Valid From
' attribute.
getWpcId
- java.lang.String getWpcId()
If the meaning of the 'Wpc Id' attribute isn't clear, there really should be more of a description here...
setWpcId(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_WpcId()
setWpcId
- void setWpcId(java.lang.String value)
Wpc Id
' attribute.
If the meaning of the 'Activity' containment reference isn't clear, there really should be more of a description here...