IBM WebSphere Application ServerTM
Release 8

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

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

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

COPYRIGHT

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

getFaultName

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

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:
getFaultName()

getFromActivityId

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

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:
getFromActivityId()

getFromATID

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

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:
getFromATID()

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#getLink_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)

getKind

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

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

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

unsetKind

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

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

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(LinkKind)

getToActivityId

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

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:
getToActivityId()

getToATID

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

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:
getToATID()

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#getLink_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