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()

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


getLinkCreationConstraintsClassName

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


getLinkCreationConstraintsQualifiedClassName

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



Copyright © 2011. All Rights Reserved.