|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Activity
A representation of the model object 'Activity'.
The following features are supported:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity()
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getATID()
Returns the value of the 'ATID' attribute |
java.lang.String |
getDisplayName()
Returns the value of the 'Display Name' attribute |
GatewayKind |
getIncomingGateway()
Returns the value of the 'Incoming Gateway' attribute. |
ActivityKind |
getKind()
Returns the value of the 'Kind' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
GatewayKind |
getOutgoingGateway()
Returns the value of the 'Outgoing Gateway' attribute. |
java.lang.String |
getWpcId()
Returns the value of the 'Wpc Id' attribute |
boolean |
isGenerated()
Returns the value of the 'Generated' attribute |
boolean |
isSetGenerated()
Returns whether the value of the ' Generated ' attribute is set |
boolean |
isSetIncomingGateway()
Returns whether the value of the ' Incoming Gateway ' attribute is set |
boolean |
isSetKind()
Returns whether the value of the ' Kind ' attribute is set |
boolean |
isSetOutgoingGateway()
Returns whether the value of the ' Outgoing Gateway ' attribute is set |
void |
setATID(java.lang.String value)
Sets the value of the ' ATID ' attribute |
void |
setDisplayName(java.lang.String value)
Sets the value of the ' Display Name ' attribute |
void |
setGenerated(boolean value)
Sets the value of the ' Generated ' attribute |
void |
setIncomingGateway(GatewayKind value)
Sets the value of the ' Incoming Gateway ' attribute |
void |
setKind(ActivityKind value)
Sets the value of the ' Kind ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setOutgoingGateway(GatewayKind value)
Sets the value of the ' Outgoing Gateway ' attribute |
void |
setWpcId(java.lang.String value)
Sets the value of the ' Wpc Id ' attribute |
void |
unsetGenerated()
Unsets the value of the ' Generated ' attribute |
void |
unsetIncomingGateway()
Unsets the value of the ' Incoming Gateway ' attribute |
void |
unsetKind()
Unsets the value of the ' Kind ' attribute |
void |
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 |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getATID()
If the meaning of the 'ATID' attribute isn't clear, there really should be more of a description here...
setATID(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_ATID()
void setATID(java.lang.String value)
ATID
' attribute.
value
- the new value of the 'ATID' attribute.getATID()
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()
void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
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()
void setGenerated(boolean value)
Generated
' attribute.
value
- the new value of the 'Generated' attribute.isSetGenerated()
,
unsetGenerated()
,
isGenerated()
void unsetGenerated()
Generated
' attribute.
isSetGenerated()
,
isGenerated()
,
setGenerated(boolean)
boolean isSetGenerated()
Generated
' attribute is set.
unsetGenerated()
,
isGenerated()
,
setGenerated(boolean)
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()
void setIncomingGateway(GatewayKind value)
Incoming Gateway
' attribute.
value
- the new value of the 'Incoming Gateway' attribute.GatewayKind
,
isSetIncomingGateway()
,
unsetIncomingGateway()
,
getIncomingGateway()
void unsetIncomingGateway()
Incoming Gateway
' attribute.
isSetIncomingGateway()
,
getIncomingGateway()
,
setIncomingGateway(GatewayKind)
boolean isSetIncomingGateway()
Incoming Gateway
' attribute is set.
unsetIncomingGateway()
,
getIncomingGateway()
,
setIncomingGateway(GatewayKind)
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()
void setKind(ActivityKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.ActivityKind
,
isSetKind()
,
unsetKind()
,
getKind()
void unsetKind()
Kind
' attribute.
isSetKind()
,
getKind()
,
setKind(ActivityKind)
boolean isSetKind()
Kind
' attribute is set.
unsetKind()
,
getKind()
,
setKind(ActivityKind)
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()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
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()
void setOutgoingGateway(GatewayKind value)
Outgoing Gateway
' attribute.
value
- the new value of the 'Outgoing Gateway' attribute.GatewayKind
,
isSetOutgoingGateway()
,
unsetOutgoingGateway()
,
getOutgoingGateway()
void unsetOutgoingGateway()
Outgoing Gateway
' attribute.
isSetOutgoingGateway()
,
getOutgoingGateway()
,
setOutgoingGateway(GatewayKind)
boolean isSetOutgoingGateway()
Outgoing Gateway
' attribute is set.
unsetOutgoingGateway()
,
getOutgoingGateway()
,
setOutgoingGateway(GatewayKind)
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()
void setWpcId(java.lang.String value)
Wpc Id
' attribute.
value
- the new value of the 'Wpc Id' attribute.getWpcId()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |