org.eclipse.gmt.modisco.infra.query
Interface OCLModelQuery

All Superinterfaces:
ModelQuery

public interface OCLModelQuery
extends ModelQuery

A representation of the model object 'OCL Model Query'.

The following features are supported:

See Also:
QueryPackage.getOCLModelQuery()
Generated:
Model:

Method Summary
 java.lang.String getQuery()
          Returns the value of the 'Query' attribute.
 void setQuery(java.lang.String value)
          Sets the value of the 'Query' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.infra.query.ModelQuery
getDescription, getLowerBound, getModelQuerySet, getName, getParameters, getReturnType, getScope, getUpperBound, isIsExternalContextDependent, setDescription, setIsExternalContextDependent, setLowerBound, setModelQuerySet, setName, setReturnType, setUpperBound
 

Method Detail

getQuery

java.lang.String getQuery()
Returns the value of the 'Query' attribute.

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

OCLModelQuery::query is the OCL query string.

Returns:
the value of the 'Query' attribute.
See Also:
setQuery(String), QueryPackage.getOCLModelQuery_Query()
Generated:
Model:

setQuery

void setQuery(java.lang.String value)
Sets the value of the 'Query' attribute.

Parameters:
value - the new value of the 'Query' attribute.
See Also:
getQuery()
Generated: