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

Interface Link

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

  1. public interface Link
  2. extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Link'.

The following features are supported:

See Also:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink()

Field Summary

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

Method Summary

Modifier and Type Method and Description
  1. javax.xml.namespace.QName
getFaultName()
Returns the value of the 'Fault Name' attribute
  1. java.lang.String
getFromActivityId()
Returns the value of the 'From Activity Id' attribute
  1. java.lang.String
getFromATID()
Returns the value of the 'From ATID' attribute
  1. LinkKind
getKind()
Returns the value of the 'Kind' attribute.
  1. java.lang.String
getToActivityId()
Returns the value of the 'To Activity Id' attribute
  1. java.lang.String
getToATID()
Returns the value of the 'To ATID' 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
isSetKind()
Returns whether the value of the ' Kind' attribute is set
  1. void
setFaultName(javax.xml.namespace.QName value)
Sets the value of the ' Fault Name' attribute
  1. void
setFromActivityId(java.lang.String value)
Sets the value of the ' From Activity Id' attribute
  1. void
setFromATID(java.lang.String value)
Sets the value of the ' From ATID' attribute
  1. void
setGenerated(boolean value)
Sets the value of the ' Generated' attribute
  1. void
setKind(LinkKind value)
Sets the value of the ' Kind' attribute
  1. void
setToActivityId(java.lang.String value)
Sets the value of the ' To Activity Id' attribute
  1. void
setToATID(java.lang.String value)
Sets the value of the ' To ATID' 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
unsetKind()
Unsets the value of the ' Kind' 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

getFaultName

  1. javax.xml.namespace.QName getFaultName( )
Returns the value of the 'Fault Name' attribute.

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

Returns:
the value of the 'Fault Name' attribute.
See Also:
setFaultName(QName), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink_FaultName()

setFaultName

  1. void setFaultName(javax.xml.namespace.QName value)
Sets the value of the ' Fault Name' attribute.
Parameters:
value - the new value of the 'Fault Name' attribute.
See Also:

getFromActivityId

  1. java.lang.String getFromActivityId( )
Returns the value of the 'From Activity Id' attribute.

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

Returns:
the value of the 'From Activity Id' attribute.
See Also:
setFromActivityId(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink_FromActivityId()

setFromActivityId

  1. void setFromActivityId(java.lang.String value)
Sets the value of the ' From Activity Id' attribute.
Parameters:
value - the new value of the 'From Activity Id' attribute.
See Also:

getFromATID

  1. java.lang.String getFromATID()
Returns the value of the 'From ATID' attribute.

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

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

setFromATID

  1. void setFromATID(java.lang.String value)
Sets the value of the ' From ATID' attribute.
Parameters:
value - the new value of the 'From ATID' 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#getLink_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:

getKind

  1. LinkKind getKind()
Returns the value of the 'Kind' attribute. The default value is "standard". The literals are from the enumeration LinkKind.

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:
LinkKind, isSetKind(), unsetKind(), setKind(LinkKind), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink_Kind()

setKind

  1. void setKind(LinkKind 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:

getToActivityId

  1. java.lang.String getToActivityId( )
Returns the value of the 'To Activity Id' attribute.

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

Returns:
the value of the 'To Activity Id' attribute.
See Also:
setToActivityId(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink_ToActivityId()

setToActivityId

  1. void setToActivityId(java.lang.String value)
Sets the value of the ' To Activity Id' attribute.
Parameters:
value - the new value of the 'To Activity Id' attribute.
See Also:

getToATID

  1. java.lang.String getToATID()
Returns the value of the 'To ATID' attribute.

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

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

setToATID

  1. void setToATID(java.lang.String value)
Sets the value of the ' To ATID' attribute.
Parameters:
value - the new value of the 'To ATID' attribute.
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#getLink_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: