org.eclipse.ohf.ihe.common.ebxml._2._1.rim
Interface ExternalLinkType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, RegistryObjectType
All Known Implementing Classes:
ExternalLinkTypeImpl

public interface ExternalLinkType
extends RegistryObjectType

A representation of the model object 'External Link Type'. ExternalLink is the mapping of the same named interface in ebRIM. It extends RegistryObject.

The following features are supported:

See Also:
RimPackage.getExternalLinkType()

Method Summary
 java.lang.String getExternalURI()
          Returns the value of the 'External URI' attribute.
 void setExternalURI(java.lang.String value)
          Sets the value of the 'External URI' attribute.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._2._1.rim.RegistryObjectType
getAccessControlPolicy, getClassification, getDescription, getExternalIdentifier, getId, getName, getObjectType, getSlot, setAccessControlPolicy, setDescription, setId, setName, setObjectType
 
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
 

Method Detail

getExternalURI

java.lang.String getExternalURI()
Returns the value of the 'External URI' attribute.

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

Returns:
the value of the 'External URI' attribute.
See Also:
setExternalURI(String), RimPackage.getExternalLinkType_ExternalURI()

setExternalURI

void setExternalURI(java.lang.String value)
Sets the value of the 'External URI' attribute.

Parameters:
value - the new value of the 'External URI' attribute.
See Also:
getExternalURI()