org.eclipse.emf.facet.efacet
Interface Literal

All Superinterfaces:
Query

Deprecated. use the new eFacet metamodel in org.eclipse.emf.facet.efacet.metamodel. Cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=373672

@Deprecated
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()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 void setValue(java.lang.String value)
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 
Methods inherited from interface org.eclipse.emf.facet.efacet.Query
getParameters, getScope, isCanBeCached, isHasSideEffect, setCanBeCached, setHasSideEffect, setScope
 

Method Detail

getValue

@Deprecated
java.lang.String getValue()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

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

@Deprecated
void setValue(java.lang.String value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Sets the value of the 'Value' attribute.

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