|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Link
A representation of the model object 'Link'.
The following features are supported:
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 |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
javax.xml.namespace.QName getFaultName()
If the meaning of the 'Fault Name' attribute isn't clear, there really should be more of a description here...
setFaultName(QName)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getLink_FaultName()
void setFaultName(javax.xml.namespace.QName value)
Fault Name
' attribute.
value
- the new value of the 'Fault Name' attribute.getFaultName()
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()
void setFromActivityId(java.lang.String value)
From Activity Id
' attribute.
value
- the new value of the 'From Activity Id' attribute.getFromActivityId()
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()
void setFromATID(java.lang.String value)
From ATID
' attribute.
value
- the new value of the 'From ATID' attribute.getFromATID()
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()
void setGenerated(boolean value)
Generated
' attribute.
value
- the new value of the 'Generated' attribute.isSetGenerated()
,
unsetGenerated()
,
isGenerated()
void unsetGenerated()
Generated
' attribute.
isSetGenerated()
,
isGenerated()
,
setGenerated(boolean)
boolean isSetGenerated()
Generated
' attribute is set.
unsetGenerated()
,
isGenerated()
,
setGenerated(boolean)
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()
void setKind(LinkKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.LinkKind
,
isSetKind()
,
unsetKind()
,
getKind()
void unsetKind()
Kind
' attribute.
isSetKind()
,
getKind()
,
setKind(LinkKind)
boolean isSetKind()
Kind
' attribute is set.
unsetKind()
,
getKind()
,
setKind(LinkKind)
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()
void setToActivityId(java.lang.String value)
To Activity Id
' attribute.
value
- the new value of the 'To Activity Id' attribute.getToActivityId()
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()
void setToATID(java.lang.String value)
To ATID
' attribute.
value
- the new value of the 'To ATID' attribute.getToATID()
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()
void setWpcId(java.lang.String value)
Wpc Id
' attribute.
value
- the new value of the 'Wpc Id' attribute.getWpcId()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |