Package de.gebit.integrity.dsl
Interface StringValue
-
- All Superinterfaces:
ConstantValue,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,StaticValue,Value,ValueOrEnumValueOrOperation
- All Known Implementing Classes:
StringValueImpl
public interface StringValue extends StaticValue
A representation of the model object 'String Value'.The following features are supported:
- See Also:
DslPackage.getStringValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetStringValue()Returns the value of the 'String Value' attribute.voidsetStringValue(String value)Sets the value of the 'String Value' attribute.
-
-
-
Method Detail
-
getStringValue
String getStringValue()
Returns the value of the 'String Value' attribute.- Returns:
- the value of the 'String Value' attribute.
- See Also:
setStringValue(String),DslPackage.getStringValue_StringValue()
-
setStringValue
void setStringValue(String value)
Sets the value of the 'String Value' attribute.- Parameters:
value- the new value of the 'String Value' attribute.- See Also:
getStringValue()
-
-