com.ibm.wsspi.sca.metadata.bpc.model
Interface Activity
- public interface Activity
- extends org.eclipse.emf.ecore.EObject
The following features are supported:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getATID()
Returns the value of the 'ATID' attribute
|
|
getDisplayName()
Returns the value of the 'Display Name' attribute
|
getIncomingGateway()
Returns the value of the 'Incoming Gateway' attribute.
|
|
getKind()
Returns the value of the 'Kind' attribute.
|
|
|
getName()
Returns the value of the 'Name' attribute
|
getOutgoingGateway()
Returns the value of the 'Outgoing Gateway' attribute.
|
|
|
getWpcId()
Returns the value of the 'Wpc Id' attribute
|
|
isGenerated()
Returns the value of the 'Generated' attribute
|
|
isSetGenerated()
Returns whether the value of the '
Generated ' attribute is set
|
|
isSetIncomingGateway()
Returns whether the value of the '
Incoming Gateway ' attribute is set
|
|
isSetKind()
Returns whether the value of the '
Kind ' attribute is set
|
|
isSetOutgoingGateway()
Returns whether the value of the '
Outgoing Gateway ' attribute is set
|
|
setATID(java.lang.String value)
Sets the value of the '
ATID ' attribute
|
|
setDisplayName(java.lang.String value)
Sets the value of the '
Display Name ' attribute
|
|
setGenerated(boolean value)
Sets the value of the '
Generated ' attribute
|
|
setIncomingGateway(GatewayKind value)
Sets the value of the '
Incoming Gateway ' attribute
|
|
setKind(ActivityKind value)
Sets the value of the '
Kind ' attribute
|
|
setName(java.lang.String value)
Sets the value of the '
Name ' attribute
|
|
setOutgoingGateway(GatewayKind value)
Sets the value of the '
Outgoing Gateway ' attribute
|
|
setWpcId(java.lang.String value)
Sets the value of the '
Wpc Id ' attribute
|
|
unsetGenerated()
Unsets the value of the '
Generated ' attribute
|
|
unsetIncomingGateway()
Unsets the value of the '
Incoming Gateway ' attribute
|
|
unsetKind()
Unsets the value of the '
Kind ' attribute
|
|
unsetOutgoingGateway()
Unsets the value of the '
Outgoing Gateway ' 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
getATID
- java.lang.String getATID()
setATID(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_ATID()
setATID
- void setATID(java.lang.String value)
ATID
' attribute.
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#getActivity_DisplayName()
setDisplayName
- void setDisplayName(java.lang.String value)
Display Name
' attribute.
isGenerated
- boolean isGenerated()
If the meaning of the 'Generated' attribute isn't clear, there really should be more of a description here...
isSetGenerated()
,
unsetGenerated()
,
setGenerated(boolean)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_Generated()
setGenerated
- void setGenerated(boolean value)
Generated
' attribute.
value
- the new value of the 'Generated' attribute. unsetGenerated
- void unsetGenerated()
Generated
' attribute.
isSetGenerated
- boolean isSetGenerated()
Generated
' attribute is set.
getIncomingGateway
- GatewayKind getIncomingGateway( )
"NONE"
.
The literals are from the enumeration GatewayKind
.
If the meaning of the 'Incoming Gateway' attribute isn't clear, there really should be more of a description here...
GatewayKind
,
isSetIncomingGateway()
,
unsetIncomingGateway()
,
setIncomingGateway(GatewayKind)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_IncomingGateway()
setIncomingGateway
- void setIncomingGateway(GatewayKind value)
Incoming Gateway
' attribute.
value
- the new value of the 'Incoming Gateway' attribute. unsetIncomingGateway
- void unsetIncomingGateway()
Incoming Gateway
' attribute.
isSetIncomingGateway
- boolean isSetIncomingGateway()
Incoming Gateway
' attribute is set.
getKind
- ActivityKind getKind()
"UNKNOWN"
.
The literals are from the enumeration ActivityKind
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
ActivityKind
,
isSetKind()
,
unsetKind()
,
setKind(ActivityKind)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_Kind()
setKind
- void setKind(ActivityKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute. unsetKind
- void unsetKind()
Kind
' attribute.
isSetKind
- boolean isSetKind()
Kind
' 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#getActivity_Name()
setName
- void setName(java.lang.String value)
Name
' attribute.
getOutgoingGateway
- GatewayKind getOutgoingGateway( )
"NONE"
.
The literals are from the enumeration GatewayKind
.
If the meaning of the 'Outgoing Gateway' attribute isn't clear, there really should be more of a description here...
GatewayKind
,
isSetOutgoingGateway()
,
unsetOutgoingGateway()
,
setOutgoingGateway(GatewayKind)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_OutgoingGateway()
setOutgoingGateway
- void setOutgoingGateway(GatewayKind value)
Outgoing Gateway
' attribute.
value
- the new value of the 'Outgoing Gateway' attribute. unsetOutgoingGateway
- void unsetOutgoingGateway()
Outgoing Gateway
' attribute.
isSetOutgoingGateway
- boolean isSetOutgoingGateway()
Outgoing Gateway
' attribute is set.
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#getActivity_WpcId()
setWpcId
- void setWpcId(java.lang.String value)
Wpc Id
' attribute.
If the meaning of the 'ATID' attribute isn't clear, there really should be more of a description here...