Interface StringValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,LiteralValueReference
,org.eclipse.emf.common.notify.Notifier
,ValueReference
- All Known Implementing Classes:
StringValueImpl
public interface StringValue extends LiteralValueReference
A representation of the model object 'String Value'.The following features are supported:
- See Also:
PatternLanguagePackage.getStringValue()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getValue()
Returns the value of the 'Value' attribute.void
setValue(java.lang.String value)
Sets the value of the 'Value
' attribute.java.lang.String
toString()
-
-
-
Method Detail
-
getValue
java.lang.String getValue()
Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String)
,PatternLanguagePackage.getStringValue_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:
-
toString
java.lang.String toString()
- Specified by:
toString
in interfaceExpression
- Specified by:
toString
in interfaceLiteralValueReference
- Specified by:
toString
in interfaceValueReference
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-