|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElementType
A representation of the model object 'Element Type'. Base element type
The following features are supported:
GMFGenPackage.getElementType()
Method Summary | |
---|---|
GenCommonBase |
getDiagramElement()
Returns the value of the 'Diagram Element' container reference. |
String |
getDisplayName()
Returns the value of the 'Display Name' attribute. |
String |
getUniqueIdentifier()
Returns the value of the 'Unique Identifier' attribute. |
boolean |
isDefinedExternally()
Returns the value of the 'Defined Externally' attribute. |
void |
setDefinedExternally(boolean value)
Sets the value of the ' Defined Externally ' attribute. |
void |
setDiagramElement(GenCommonBase value)
Sets the value of the ' Diagram Element ' container reference. |
void |
setDisplayName(String value)
Sets the value of the ' Display Name ' attribute. |
void |
setUniqueIdentifier(String value)
Sets the value of the ' Unique Identifier ' 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 |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
GenCommonBase getDiagramElement()
Element Type
'.
If the meaning of the 'Diagram Element' container reference isn't clear, there really should be more of a description here...
setDiagramElement(GenCommonBase)
,
GMFGenPackage.getElementType_DiagramElement()
,
GenCommonBase.getElementType()
void setDiagramElement(GenCommonBase value)
Diagram Element
' container reference.
value
- the new value of the 'Diagram Element' container reference.getDiagramElement()
String getUniqueIdentifier()
If the meaning of the 'Unique Identifier' attribute isn't clear, there really should be more of a description here...
setUniqueIdentifier(String)
,
GMFGenPackage.getElementType_UniqueIdentifier()
void setUniqueIdentifier(String value)
Unique Identifier
' attribute.
value
- the new value of the 'Unique Identifier' attribute.getUniqueIdentifier()
String getDisplayName()
setDisplayName(String)
,
GMFGenPackage.getElementType_DisplayName()
void setDisplayName(String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
boolean isDefinedExternally()
If the meaning of the 'Defined Externally' attribute isn't clear, there really should be more of a description here...
setDefinedExternally(boolean)
,
GMFGenPackage.getElementType_DefinedExternally()
void setDefinedExternally(boolean value)
Defined Externally
' attribute.
value
- the new value of the 'Defined Externally' attribute.isDefinedExternally()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |