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