net.ogdf.ogml
Interface UriType
- All Superinterfaces:
- EObject, Notifier
- All Known Implementing Classes:
- UriTypeImpl
public interface UriType
- extends EObject
A representation of the model object 'Uri Type'.
The following features are supported:
- See Also:
OgmlPackage.getUriType()
- Rating

- Generated:
- This code was automatically generated.
- Model element:
extendedMetaData | = | "name='uri.type' |
kind | = | 'empty'" |
Method Summary |
String |
getUri()
Returns the value of the 'Uri' attribute. |
void |
setUri(String value)
Sets the value of the 'Uri ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
getUri
String getUri()
- Returns the value of the 'Uri' attribute.
If the meaning of the 'Uri' attribute isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Uri' attribute.
- See Also:
setUri(String)
,
OgmlPackage.getUriType_Uri()
- Generated:
- This code was automatically generated.
- Model element:
dataType | = | org.eclipse.emf.ecore.xml.type.String |
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'uri' |
namespace | = | '##targetNamespace'" |
setUri
void setUri(String value)
- Sets the value of the '
Uri
' attribute.
- Parameters:
value
- the new value of the 'Uri' attribute.- See Also:
getUri()
- Generated:
- This code was automatically generated.