Package de.gebit.integrity.dsl
Interface JavaConstantValue
-
- All Superinterfaces:
ConstantValue,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,StaticValue,Value,ValueOrEnumValueOrOperation
- All Known Implementing Classes:
JavaConstantValueImpl
public interface JavaConstantValue extends StaticValue
A representation of the model object 'Java Constant Value'.The following features are supported:
- See Also:
DslPackage.getJavaConstantValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaConstantReferencegetConstant()Returns the value of the 'Constant' containment reference.voidsetConstant(JavaConstantReference value)Sets the value of the 'Constant' containment reference.
-
-
-
Method Detail
-
getConstant
JavaConstantReference getConstant()
Returns the value of the 'Constant' containment reference.- Returns:
- the value of the 'Constant' containment reference.
- See Also:
setConstant(JavaConstantReference),DslPackage.getJavaConstantValue_Constant()
-
setConstant
void setConstant(JavaConstantReference value)
Sets the value of the 'Constant' containment reference.- Parameters:
value- the new value of the 'Constant' containment reference.- See Also:
getConstant()
-
-