org.eclipse.gmf.gmfgraph
Interface GeneralFacet

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, VisualFacet
All Known Implementing Classes:
GeneralFacetImpl

public interface GeneralFacet
extends VisualFacet

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:

See Also:
GMFGraphPackage.getGeneralFacet()
Generated
Model Properties:

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

getIdentifier

String getIdentifier()
Returns the value of the 'Identifier' attribute.

If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Identifier' attribute.
See Also:
setIdentifier(String), GMFGraphPackage.getGeneralFacet_Identifier()
Generated
Model Properties:
id="true"

setIdentifier

void setIdentifier(String value)
Sets the value of the 'Identifier' attribute.

Parameters:
value - the new value of the 'Identifier' attribute.
See Also:
getIdentifier()
Generated

getData

String getData()
Returns the value of the 'Data' attribute.

If the meaning of the 'Data' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data' attribute.
See Also:
setData(String), GMFGraphPackage.getGeneralFacet_Data()
Generated
Model Properties:

setData

void setData(String value)
Sets the value of the 'Data' attribute.

Parameters:
value - the new value of the 'Data' attribute.
See Also:
getData()
Generated


Copyright © 2012. All Rights Reserved.