org.eclipse.gmf.codegen.gmfgen
Interface LinkConstraints

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GenDiagram
All Known Implementing Classes:
GenDiagramImpl

public interface LinkConstraints
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Link Constraints'.

See Also:
GMFGenPackage.getLinkConstraints()
Generated
Model Properties:
interface="true" abstract="true" annotation="http://www.eclipse.org/gmf/2006/deprecated documentation='Operations supplied by this interface are hardly useful and will be removed soon'"

Method Summary
 String getLinkCreationConstraintsClassName()
          Gets the name of the constraints holder class
 String getLinkCreationConstraintsQualifiedClassName()
          Gets the qualified name of the constraints holder class
 boolean hasLinkCreationConstraints()
          Indicates whether this diagram contains link creation constraints or not
 
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

hasLinkCreationConstraints

boolean hasLinkCreationConstraints()
Indicates whether this diagram contains link creation constraints or not

Generated
Model Properties:
required="true" annotation="http://www.eclipse.org/gmf/2006/deprecated documentation='LinkCreationConstants should be generated if diagram has any links'"

getLinkCreationConstraintsClassName

String getLinkCreationConstraintsClassName()
Gets the name of the constraints holder class

Generated
Model Properties:
kind="operation" required="true"

getLinkCreationConstraintsQualifiedClassName

String getLinkCreationConstraintsQualifiedClassName()
Gets the qualified name of the constraints holder class

Generated
Model Properties:
kind="operation" required="true"


Copyright © 2012. All Rights Reserved.