|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeneralFacet
A representation of the model object 'General Facet'. provide means to attach arbitrary data to your diagram element definition. It's up to you (template author) to process it somehow.
The following features are supported:
GMFGraphPackage.getGeneralFacet()
Method Summary | |
---|---|
String |
getData()
Returns the value of the 'Data' attribute. |
String |
getIdentifier()
Returns the value of the 'Identifier' attribute. |
void |
setData(String value)
Sets the value of the ' Data ' attribute. |
void |
setIdentifier(String value)
Sets the value of the ' 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 |
---|
String getIdentifier()
If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...
setIdentifier(String)
,
GMFGraphPackage.getGeneralFacet_Identifier()
void setIdentifier(String value)
Identifier
' attribute.
value
- the new value of the 'Identifier' attribute.getIdentifier()
String getData()
If the meaning of the 'Data' attribute isn't clear, there really should be more of a description here...
setData(String)
,
GMFGraphPackage.getGeneralFacet_Data()
void setData(String value)
Data
' attribute.
value
- the new value of the 'Data' attribute.getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |