org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query
Interface IntegerLiteralQuery

All Superinterfaces:
Query

public interface IntegerLiteralQuery
extends Query

A representation of the model object 'Integer Literal Query'.

The following features are supported:

Since:
0.2
See Also:
QueryPackage.getIntegerLiteralQuery()
Generated:
Model:

Method Summary
 int getValue()
          Returns the value of the 'Value' attribute.
 void setValue(int value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.extensible.Query
isCanBeCached, isCanHaveSideEffects, setCanBeCached, setCanHaveSideEffects
 

Method Detail

getValue

int getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(int), QueryPackage.getIntegerLiteralQuery_Value()
Generated:
Model:

setValue

void setValue(int value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated: