org.eclipse.emf.facet.efacet
Interface Literal

All Superinterfaces:
Query

public interface Literal
extends Query

A representation of the model object 'Literal'. A query return a static literal.

The following features are supported:

See Also:
EFacetPackage.getLiteral()
Generated:
Model:

Method Summary
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.emf.facet.efacet.Query
getParameters, getScope, isCanBeCached, isHasSideEffect, setCanBeCached, setHasSideEffect, setScope
 

Method Detail

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute. The literal value is stored in a string.

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), EFacetPackage.getLiteral_Value()
Generated:
Model:

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

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