IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata.bpc.model
Interface Activity

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
InlineHumanTask, Invoke, PartnerActivity, Pick, Receive, Scope, StructuredActivity, Switch

public interface Activity
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Activity'.

The following features are supported:

See Also:
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

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getATID

java.lang.String getATID()
Returns the value of the 'ATID' attribute.

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

Returns:
the value of the 'ATID' attribute.
See Also:
setATID(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_ATID()

setATID

void setATID(java.lang.String value)
Sets the value of the 'ATID' attribute.

Parameters:
value - the new value of the 'ATID' attribute.
See Also:
getATID()

getDisplayName

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

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

Returns:
the value of the 'Display Name' attribute.
See Also:
setDisplayName(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_DisplayName()

setDisplayName

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

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

isGenerated

boolean isGenerated()
Returns the value of the 'Generated' attribute.

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

Returns:
the value of the 'Generated' attribute.
See Also:
isSetGenerated(), unsetGenerated(), setGenerated(boolean), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_Generated()

setGenerated

void setGenerated(boolean value)
Sets the value of the 'Generated' attribute.

Parameters:
value - the new value of the 'Generated' attribute.
See Also:
isSetGenerated(), unsetGenerated(), isGenerated()

unsetGenerated

void unsetGenerated()
Unsets the value of the 'Generated' attribute.

See Also:
isSetGenerated(), isGenerated(), setGenerated(boolean)

isSetGenerated

boolean isSetGenerated()
Returns whether the value of the 'Generated' attribute is set.

Returns:
whether the value of the 'Generated' attribute is set.
See Also:
unsetGenerated(), isGenerated(), setGenerated(boolean)

getIncomingGateway

GatewayKind getIncomingGateway()
Returns the value of the 'Incoming Gateway' attribute. The default value is "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...

Returns:
the value of the 'Incoming Gateway' attribute.
See Also:
GatewayKind, isSetIncomingGateway(), unsetIncomingGateway(), setIncomingGateway(GatewayKind), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_IncomingGateway()

setIncomingGateway

void setIncomingGateway(GatewayKind value)
Sets the value of the 'Incoming Gateway' attribute.

Parameters:
value - the new value of the 'Incoming Gateway' attribute.
See Also:
GatewayKind, isSetIncomingGateway(), unsetIncomingGateway(), getIncomingGateway()

unsetIncomingGateway

void unsetIncomingGateway()
Unsets the value of the 'Incoming Gateway' attribute.

See Also:
isSetIncomingGateway(), getIncomingGateway(), setIncomingGateway(GatewayKind)

isSetIncomingGateway

boolean isSetIncomingGateway()
Returns whether the value of the 'Incoming Gateway' attribute is set.

Returns:
whether the value of the 'Incoming Gateway' attribute is set.
See Also:
unsetIncomingGateway(), getIncomingGateway(), setIncomingGateway(GatewayKind)

getKind

ActivityKind getKind()
Returns the value of the 'Kind' attribute. The default value is "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...

Returns:
the value of the 'Kind' attribute.
See Also:
ActivityKind, isSetKind(), unsetKind(), setKind(ActivityKind), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_Kind()

setKind

void setKind(ActivityKind value)
Sets the value of the 'Kind' attribute.

Parameters:
value - the new value of the 'Kind' attribute.
See Also:
ActivityKind, isSetKind(), unsetKind(), getKind()

unsetKind

void unsetKind()
Unsets the value of the 'Kind' attribute.

See Also:
isSetKind(), getKind(), setKind(ActivityKind)

isSetKind

boolean isSetKind()
Returns whether the value of the 'Kind' attribute is set.

Returns:
whether the value of the 'Kind' attribute is set.
See Also:
unsetKind(), getKind(), setKind(ActivityKind)

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), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_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()

getOutgoingGateway

GatewayKind getOutgoingGateway()
Returns the value of the 'Outgoing Gateway' attribute. The default value is "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...

Returns:
the value of the 'Outgoing Gateway' attribute.
See Also:
GatewayKind, isSetOutgoingGateway(), unsetOutgoingGateway(), setOutgoingGateway(GatewayKind), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_OutgoingGateway()

setOutgoingGateway

void setOutgoingGateway(GatewayKind value)
Sets the value of the 'Outgoing Gateway' attribute.

Parameters:
value - the new value of the 'Outgoing Gateway' attribute.
See Also:
GatewayKind, isSetOutgoingGateway(), unsetOutgoingGateway(), getOutgoingGateway()

unsetOutgoingGateway

void unsetOutgoingGateway()
Unsets the value of the 'Outgoing Gateway' attribute.

See Also:
isSetOutgoingGateway(), getOutgoingGateway(), setOutgoingGateway(GatewayKind)

isSetOutgoingGateway

boolean isSetOutgoingGateway()
Returns whether the value of the 'Outgoing Gateway' attribute is set.

Returns:
whether the value of the 'Outgoing Gateway' attribute is set.
See Also:
unsetOutgoingGateway(), getOutgoingGateway(), setOutgoingGateway(GatewayKind)

getWpcId

java.lang.String getWpcId()
Returns the value of the 'Wpc Id' attribute.

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

Returns:
the value of the 'Wpc Id' attribute.
See Also:
setWpcId(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivity_WpcId()

setWpcId

void setWpcId(java.lang.String value)
Sets the value of the 'Wpc Id' attribute.

Parameters:
value - the new value of the 'Wpc Id' attribute.
See Also:
getWpcId()

IBM WebSphere Application ServerTM
Release 8