|
Generation Framework | |||||||||
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. |
java.lang.String |
getDisplayName()
Returns the value of the 'Display Name' attribute |
java.lang.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(java.lang.String value)
Sets the value of the ' Display Name ' attribute |
void |
setUniqueIdentifier(java.lang.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, 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()
java.lang.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(java.lang.String value)
Unique Identifier
' attribute.
value
- the new value of the 'Unique Identifier' attribute.getUniqueIdentifier()
java.lang.String getDisplayName()
setDisplayName(String)
,
GMFGenPackage.getElementType_DisplayName()
void setDisplayName(java.lang.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()
|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.