Interface StringReference

All Superinterfaces:
AdditiveExpressionChild, AndExpressionChild, AnnotationValue, ArrayInitializationValue, AssignmentExpressionChild, Commentable, ConditionalAndExpressionChild, ConditionalExpressionChild, ConditionalOrExpressionChild, EObject, EqualityExpressionChild, ExclusiveOrExpressionChild, Expression, InclusiveOrExpressionChild, InstanceOfExpressionChild, LambdaBody, MethodReferenceExpressionChild, MultiplicativeExpressionChild, Notifier, PrimaryExpression, Reference, RelationExpressionChild, ShiftExpressionChild, TypeArgumentable, UnaryExpressionChild, UnaryModificationExpressionChild
All Known Implementing Classes:
StringReferenceImpl

public interface StringReference extends Reference
A representation of the model object 'String Reference'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getValue

      String getValue()
      Returns the value of the 'Value' attribute.
      Returns:
      the value of the 'Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setValue

      void setValue(String value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
      Generated class or method.