com.ibm.wsspi.sca.metadata.bpc.model
Interface Link
- public interface Link
- extends org.eclipse.emf.ecore.EObject
The following features are supported:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getFaultName()
Returns the value of the 'Fault Name' attribute
|
|
getFromActivityId()
Returns the value of the 'From Activity Id' attribute
|
|
getFromATID()
Returns the value of the 'From ATID' attribute
|
getKind()
Returns the value of the 'Kind' attribute.
|
|
|
getToActivityId()
Returns the value of the 'To Activity Id' attribute
|
|
getToATID()
Returns the value of the 'To ATID' attribute
|
|
getWpcId()
Returns the value of the 'Wpc Id' attribute
|
|
isGenerated()
Returns the value of the 'Generated' attribute
|
|
isSetGenerated()
Returns whether the value of the '
Generated ' attribute is set
|
|
isSetKind()
Returns whether the value of the '
Kind ' attribute is set
|
|
setFaultName(javax.xml.namespace.QName value)
Sets the value of the '
Fault Name ' attribute
|
|
setFromActivityId(java.lang.String value)
Sets the value of the '
From Activity Id ' attribute
|
|
setFromATID(java.lang.String value)
Sets the value of the '
From ATID ' attribute
|
|
setGenerated(boolean value)
Sets the value of the '
Generated ' attribute
|
|
setKind(LinkKind value)
Sets the value of the '
Kind ' attribute
|
|
setToActivityId(java.lang.String value)
Sets the value of the '
To Activity Id ' attribute
|
|
setToATID(java.lang.String value)
Sets the value of the '
To ATID ' attribute
|
|
setWpcId(java.lang.String value)
Sets the value of the '
Wpc Id ' attribute
|
|
unsetGenerated()
Unsets the value of the '
Generated ' attribute
|
|
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
Method Detail
getFaultName
- javax.xml.namespace.QName getFaultName( )
setFaultName(QName)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink_FaultName()
setFaultName
- void setFaultName(javax.xml.namespace.QName value)
Fault Name
' attribute.
getFromActivityId
- java.lang.String getFromActivityId( )
If the meaning of the 'From Activity Id' attribute isn't clear, there really should be more of a description here...
setFromActivityId(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink_FromActivityId()
setFromActivityId
- void setFromActivityId(java.lang.String value)
From Activity Id
' attribute.
value
- the new value of the 'From Activity Id' attribute. getFromATID
- java.lang.String getFromATID()
If the meaning of the 'From ATID' attribute isn't clear, there really should be more of a description here...
setFromATID(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink_FromATID()
setFromATID
- void setFromATID(java.lang.String value)
From ATID
' attribute.
isGenerated
- 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#getLink_Generated()
setGenerated
- void setGenerated(boolean value)
Generated
' attribute.
value
- the new value of the 'Generated' attribute. unsetGenerated
- void unsetGenerated()
Generated
' attribute.
isSetGenerated
- boolean isSetGenerated()
Generated
' attribute is set.
getKind
- LinkKind getKind()
"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...
LinkKind
,
isSetKind()
,
unsetKind()
,
setKind(LinkKind)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink_Kind()
setKind
- void setKind(LinkKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute. unsetKind
- void unsetKind()
Kind
' attribute.
isSetKind
- boolean isSetKind()
Kind
' attribute is set.
getToActivityId
- java.lang.String getToActivityId( )
If the meaning of the 'To Activity Id' attribute isn't clear, there really should be more of a description here...
setToActivityId(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink_ToActivityId()
setToActivityId
- void setToActivityId(java.lang.String value)
To Activity Id
' attribute.
getToATID
- java.lang.String getToATID()
If the meaning of the 'To ATID' attribute isn't clear, there really should be more of a description here...
setToATID(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink_ToATID()
setToATID
- void setToATID(java.lang.String value)
To ATID
' attribute.
getWpcId
- 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#getLink_WpcId()
setWpcId
- void setWpcId(java.lang.String value)
Wpc Id
' attribute.
If the meaning of the 'Fault Name' attribute isn't clear, there really should be more of a description here...