org.eclipse.ocl.examples.emf.validation.validity
Interface LeafConstrainingNode

All Superinterfaces:
AbstractNode, ConstrainingNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
LeafConstrainingNodeImpl

public interface LeafConstrainingNode
extends ConstrainingNode

A representation of the model object 'Leaf ConstrainingNode'.

The following features are supported:

See Also:
ValidityPackage.getLeafConstrainingNode()
Generated
Model

Method Summary
 ConstraintLocator getConstraintLocator()
          Returns the value of the 'Constraint Locator' attribute.
 org.eclipse.emf.ecore.resource.Resource getConstraintResource()
          Returns the value of the 'Constraint Resource' attribute.
 java.lang.String getConstraintString()
          Returns the value of the 'Constraint String' attribute.
 void setConstraintLocator(ConstraintLocator value)
          Sets the value of the 'Constraint Locator' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.emf.validation.validity.ConstrainingNode
getChildren, getConstrainingObject, getParent, setConstrainingObject, setParent
 
Methods inherited from interface org.eclipse.ocl.examples.emf.validation.validity.AbstractNode
countVisibleChildren, getGrayedElements, getLabel, getVisibleChildren, getWorstResult, isEnabled, isGrayed, isVisible, refreshGrayed, refreshVisibleChildren, setEnabled, setLabel, setWorstResult
 
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

getConstraintLocator

ConstraintLocator getConstraintLocator()
Returns the value of the 'Constraint Locator' attribute.

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

Returns:
the value of the 'Constraint Locator' attribute.
See Also:
setConstraintLocator(ConstraintLocator), ValidityPackage.getLeafConstrainingNode_ConstraintLocator()
Generated
Model
dataType="org.eclipse.ocl.examples.emf.validation.validity.ConstraintLocator" required="true" transient="true"

setConstraintLocator

void setConstraintLocator(ConstraintLocator value)
Sets the value of the 'Constraint Locator' attribute.

Parameters:
value - the new value of the 'Constraint Locator' attribute.
See Also:
getConstraintLocator()
Generated

getConstraintResource

org.eclipse.emf.ecore.resource.Resource getConstraintResource()
Returns the value of the 'Constraint Resource' attribute.

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

Returns:
the value of the 'Constraint Resource' attribute.
See Also:
ValidityPackage.getLeafConstrainingNode_ConstraintResource()
Generated
Model
dataType="org.eclipse.ocl.examples.emf.validation.validity.Resource" transient="true" changeable="false" volatile="true" derived="true"

getConstraintString

java.lang.String getConstraintString()
Returns the value of the 'Constraint String' attribute.

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

Returns:
the value of the 'Constraint String' attribute.
See Also:
ValidityPackage.getLeafConstrainingNode_ConstraintString()
Generated
Model
transient="true" changeable="false" volatile="true" derived="true"