Interface ValueLiteral
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Expression,Literal,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ValueLiteralImpl
public interface ValueLiteral extends Literal
A representation of the model object 'Value Literal'.The following features are supported:
- See Also:
ExpressionsPackage.getValueLiteral()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamegetValue()Returns the value of the 'Value' containment reference.voidsetValue(Name value)Sets the value of the 'Value' containment reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.dcs.expressions.model.Expression
getRetValTypes, getTypes
-
-
-
-
Method Detail
-
getValue
Name getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Name),ExpressionsPackage.getValueLiteral_Value()
-
setValue
void setValue(Name value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()
-
-