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

  1. public interface Activity
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getATID()
Returns the value of the 'ATID' attribute
  1. java.lang.String
getDisplayName()
Returns the value of the 'Display Name' attribute
  1. GatewayKind
getIncomingGateway()
Returns the value of the 'Incoming Gateway' attribute.
  1. ActivityKind
getKind()
Returns the value of the 'Kind' attribute.
  1. java.lang.String
getName()
Returns the value of the 'Name' attribute
  1. GatewayKind
getOutgoingGateway()
Returns the value of the 'Outgoing Gateway' attribute.
  1. java.lang.String
getWpcId()
Returns the value of the 'Wpc Id' attribute
  1. boolean
isGenerated()
Returns the value of the 'Generated' attribute
  1. boolean
isSetGenerated()
Returns whether the value of the ' Generated' attribute is set
  1. boolean
isSetIncomingGateway()
Returns whether the value of the ' Incoming Gateway' attribute is set
  1. boolean
isSetKind()
Returns whether the value of the ' Kind' attribute is set
  1. boolean
isSetOutgoingGateway()
Returns whether the value of the ' Outgoing Gateway' attribute is set
  1. void
setATID(java.lang.String value)
Sets the value of the ' ATID' attribute
  1. void
setDisplayName(java.lang.String value)
Sets the value of the ' Display Name' attribute
  1. void
setGenerated(boolean value)
Sets the value of the ' Generated' attribute
  1. void
setIncomingGateway(GatewayKind value)
Sets the value of the ' Incoming Gateway' attribute
  1. void
setKind(ActivityKind value)
Sets the value of the ' Kind' attribute
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute
  1. void
setOutgoingGateway(GatewayKind value)
Sets the value of the ' Outgoing Gateway' attribute
  1. void
setWpcId(java.lang.String value)
Sets the value of the ' Wpc Id' attribute
  1. void
unsetGenerated()
Unsets the value of the ' Generated' attribute
  1. void
unsetIncomingGateway()
Unsets the value of the ' Incoming Gateway' attribute
  1. void
unsetKind()
Unsets the value of the ' Kind' attribute
  1. 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

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getATID

  1. 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

  1. void setATID(java.lang.String value)
Sets the value of the ' ATID' attribute.
Parameters:
value - the new value of the 'ATID' attribute.
See Also:

getDisplayName

  1. 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

  1. 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:

isGenerated

  1. 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

  1. void setGenerated(boolean value)
Sets the value of the ' Generated' attribute.
Parameters:
value - the new value of the 'Generated' attribute.
See Also:

unsetGenerated

  1. void unsetGenerated()
Unsets the value of the ' Generated' attribute.
See Also:

isSetGenerated

  1. boolean isSetGenerated()
Returns whether the value of the ' Generated' attribute is set.
Returns:
whether the value of the 'Generated' attribute is set.
See Also:

getIncomingGateway

  1. 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

  1. void setIncomingGateway(GatewayKind value)
Sets the value of the ' Incoming Gateway' attribute.
Parameters:
value - the new value of the 'Incoming Gateway' attribute.
See Also:

unsetIncomingGateway

  1. void unsetIncomingGateway()
Unsets the value of the ' Incoming Gateway' attribute.
See Also:

isSetIncomingGateway

  1. 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:

getKind

  1. 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

  1. void setKind(ActivityKind value)
Sets the value of the ' Kind' attribute.
Parameters:
value - the new value of the 'Kind' attribute.
See Also:

unsetKind

  1. void unsetKind()
Unsets the value of the ' Kind' attribute.
See Also:

isSetKind

  1. boolean isSetKind()
Returns whether the value of the ' Kind' attribute is set.
Returns:
whether the value of the 'Kind' attribute is set.
See Also:

getName

  1. 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

  1. void setName(java.lang.String value)
Sets the value of the ' Name' attribute.
Parameters:
value - the new value of the 'Name' attribute.
See Also:

getOutgoingGateway

  1. 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

  1. void setOutgoingGateway(GatewayKind value)
Sets the value of the ' Outgoing Gateway' attribute.
Parameters:
value - the new value of the 'Outgoing Gateway' attribute.
See Also:

unsetOutgoingGateway

  1. void unsetOutgoingGateway()
Unsets the value of the ' Outgoing Gateway' attribute.
See Also:

isSetOutgoingGateway

  1. 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:

getWpcId

  1. 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

  1. 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: