Package de.gebit.integrity.dsl
Interface EnumValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ValueOrEnumValueOrOperation
- All Known Implementing Classes:
EnumValueImpl
public interface EnumValue extends ValueOrEnumValueOrOperation
A representation of the model object 'Enum Value'.The following features are supported:
- See Also:
DslPackage.getEnumValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.common.types.JvmEnumerationLiteralgetEnumValue()Returns the value of the 'Enum Value' reference.voidsetEnumValue(org.eclipse.xtext.common.types.JvmEnumerationLiteral value)Sets the value of the 'Enum Value' reference.
-
-
-
Method Detail
-
getEnumValue
org.eclipse.xtext.common.types.JvmEnumerationLiteral getEnumValue()
Returns the value of the 'Enum Value' reference.- Returns:
- the value of the 'Enum Value' reference.
- See Also:
setEnumValue(JvmEnumerationLiteral),DslPackage.getEnumValue_EnumValue()
-
setEnumValue
void setEnumValue(org.eclipse.xtext.common.types.JvmEnumerationLiteral value)
Sets the value of the 'Enum Value' reference.- Parameters:
value- the new value of the 'Enum Value' reference.- See Also:
getEnumValue()
-
-