org.eclipse.ocl.expressions
Interface UnspecifiedValueExp<C>

All Superinterfaces:
ASTNode, OCLExpression<C>, TypedASTNode, TypedElement<C>, Visitable
All Known Subinterfaces:
UnspecifiedValueExp, UnspecifiedValueExp
All Known Implementing Classes:
UnspecifiedValueExpImpl, UnspecifiedValueExpImpl, UnspecifiedValueExpImpl

public interface UnspecifiedValueExp<C>
extends OCLExpression<C>, TypedASTNode

A representation of the model object 'Unspecified Value Exp'.

See Also:
ExpressionsPackage.getUnspecifiedValueExp()

Method Summary
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedASTNode
getTypeEndPosition, getTypeStartPosition, setTypeEndPosition, setTypeStartPosition
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.