public interface ExternalLink extends NamedElement
The following features are supported:
DoorsPackage.getExternalLink()
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy()
Returns the value of the 'Created By' attribute.
|
String |
getCreatedOn()
Returns the value of the 'Created On' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
ExternalLinkDirectionKind |
getDirection()
Returns the value of the 'Direction' attribute.
|
String |
getLastModifiedBy()
Returns the value of the 'Last Modified By' attribute.
|
String |
getLastModifiedOn()
Returns the value of the 'Last Modified On' attribute.
|
String |
getLinkPath()
Returns the value of the 'Link Path' attribute.
|
ExternalLinkOperationKind |
getOperation()
Returns the value of the 'Operation' attribute.
|
Object |
getOwner()
Returns the value of the 'Owner' container reference.
|
void |
setCreatedBy(String value)
Sets the value of the '
Created By ' attribute. |
void |
setCreatedOn(String value)
Sets the value of the '
Created On ' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setDirection(ExternalLinkDirectionKind value)
Sets the value of the '
Direction ' attribute. |
void |
setLastModifiedBy(String value)
Sets the value of the '
Last Modified By ' attribute. |
void |
setLastModifiedOn(String value)
Sets the value of the '
Last Modified On ' attribute. |
void |
setLinkPath(String value)
Sets the value of the '
Link Path ' attribute. |
void |
setOperation(ExternalLinkOperationKind value)
Sets the value of the '
Operation ' attribute. |
void |
setOwner(Object value)
Sets the value of the '
Owner ' container reference. |
getName, setName
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
String getDescription()
""
.
setDescription(String)
,
DoorsPackage.getExternalLink_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
String getLinkPath()
""
.
setLinkPath(String)
,
DoorsPackage.getExternalLink_LinkPath()
void setLinkPath(String value)
Link Path
' attribute.
value
- the new value of the 'Link Path' attribute.getLinkPath()
ExternalLinkOperationKind getOperation()
ExternalLinkOperationKind
.
ExternalLinkOperationKind
,
setOperation(ExternalLinkOperationKind)
,
DoorsPackage.getExternalLink_Operation()
void setOperation(ExternalLinkOperationKind value)
Operation
' attribute.
value
- the new value of the 'Operation' attribute.ExternalLinkOperationKind
,
getOperation()
ExternalLinkDirectionKind getDirection()
ExternalLinkDirectionKind
.
ExternalLinkDirectionKind
,
setDirection(ExternalLinkDirectionKind)
,
DoorsPackage.getExternalLink_Direction()
void setDirection(ExternalLinkDirectionKind value)
Direction
' attribute.
value
- the new value of the 'Direction' attribute.ExternalLinkDirectionKind
,
getDirection()
Object getOwner()
External Links
'.
setOwner(com.sodius.mdw.metamodel.doors.Object)
,
DoorsPackage.getExternalLink_Owner()
,
Object.getExternalLinks()
void setOwner(Object value)
Owner
' container reference.
value
- the new value of the 'Owner' container reference.getOwner()
String getCreatedBy()
""
.
setCreatedBy(String)
,
DoorsPackage.getExternalLink_CreatedBy()
void setCreatedBy(String value)
Created By
' attribute.
value
- the new value of the 'Created By' attribute.getCreatedBy()
String getCreatedOn()
""
.
setCreatedOn(String)
,
DoorsPackage.getExternalLink_CreatedOn()
void setCreatedOn(String value)
Created On
' attribute.
value
- the new value of the 'Created On' attribute.getCreatedOn()
String getLastModifiedBy()
""
.
setLastModifiedBy(String)
,
DoorsPackage.getExternalLink_LastModifiedBy()
void setLastModifiedBy(String value)
Last Modified By
' attribute.
value
- the new value of the 'Last Modified By' attribute.getLastModifiedBy()
String getLastModifiedOn()
""
.
setLastModifiedOn(String)
,
DoorsPackage.getExternalLink_LastModifiedOn()
void setLastModifiedOn(String value)
Last Modified On
' attribute.
value
- the new value of the 'Last Modified On' attribute.getLastModifiedOn()