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

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