org.eclipse.gmf.gmfgraph
Interface CustomClass

All Superinterfaces:
CustomAttributeOwner, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CustomBorder, CustomConnection, CustomDecoration, CustomFigure, CustomLayout, CustomLayoutData
All Known Implementing Classes:
CustomBorderImpl, CustomConnectionImpl, CustomDecorationImpl, CustomFigureImpl, CustomLayoutDataImpl, CustomLayoutImpl

public interface CustomClass
extends CustomAttributeOwner

A representation of the model object 'Custom Class'.

The following features are supported:

See Also:
GMFGraphPackage.getCustomClass()
Generated
Model Properties:
interface="true" abstract="true"

Method Summary
 String getQualifiedClassName()
          Returns the value of the 'Qualified Class Name' attribute.
 void setQualifiedClassName(String value)
          Sets the value of the 'Qualified Class Name' attribute.
 
Methods inherited from interface org.eclipse.gmf.gmfgraph.CustomAttributeOwner
getAttributes
 
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

getQualifiedClassName

String getQualifiedClassName()
Returns the value of the 'Qualified Class Name' attribute.

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

Returns:
the value of the 'Qualified Class Name' attribute.
See Also:
setQualifiedClassName(String), GMFGraphPackage.getCustomClass_QualifiedClassName()
Generated
Model Properties:

setQualifiedClassName

void setQualifiedClassName(String value)
Sets the value of the 'Qualified Class Name' attribute.

Parameters:
value - the new value of the 'Qualified Class Name' attribute.
See Also:
getQualifiedClassName()
Generated


Copyright © 2012. All Rights Reserved.