net.sourceforge.nrl.parser.ast.constraints
Interface INotExistsStatement
- All Superinterfaces:
- IConstraint, INRLAstNode
public interface INotExistsStatement
- extends IConstraint
A constraint that expresses that an attribute does not exist, or a collection
is empty.
Abstract syntax reference:
NotExistsStatement ::= notexists element:ModelReference
getElement
IModelReference getElement()
- Return the element that has been declared as non-existant. Will never
return null.
- Returns:
- the element
Copyright © 2006-2010 Christian Nentwich and others