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