Interface Constant
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ConstantImpl
public interface Constant
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Constant'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'BValue' attribute.getNull()Returns the value of the 'Null' attribute.Returns the value of the 'NValue' containment reference.Returns the value of the 'QValue' containment reference.Returns the value of the 'SValue' attribute.Returns the value of the 'Version' attribute.voidSets the value of the 'BValue' attribute.voidSets the value of the 'Null' attribute.voidSets the value of the 'NValue' containment reference.voidsetQValue(QualifiedName value) Sets the value of the 'QValue' containment reference.voidSets the value of the 'SValue' attribute.voidsetVersion(String value) Sets the value of the 'Version' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNValue
NumValue getNValue()Returns the value of the 'NValue' containment reference.- Returns:
- the value of the 'NValue' containment reference.
- See Also:
-
setNValue
Sets the value of the 'NValue' containment reference.- Parameters:
value- the new value of the 'NValue' containment reference.- See Also:
-
getSValue
String getSValue()Returns the value of the 'SValue' attribute.- Returns:
- the value of the 'SValue' attribute.
- See Also:
-
setSValue
Sets the value of the 'SValue' attribute.- Parameters:
value- the new value of the 'SValue' attribute.- See Also:
-
getQValue
QualifiedName getQValue()Returns the value of the 'QValue' containment reference.- Returns:
- the value of the 'QValue' containment reference.
- See Also:
-
setQValue
Sets the value of the 'QValue' containment reference.- Parameters:
value- the new value of the 'QValue' containment reference.- See Also:
-
getBValue
String getBValue()Returns the value of the 'BValue' attribute.- Returns:
- the value of the 'BValue' attribute.
- See Also:
-
setBValue
Sets the value of the 'BValue' attribute.- Parameters:
value- the new value of the 'BValue' attribute.- See Also:
-
getNull
String getNull()Returns the value of the 'Null' attribute.- Returns:
- the value of the 'Null' attribute.
- See Also:
-
setNull
Sets the value of the 'Null' attribute.- Parameters:
value- the new value of the 'Null' attribute.- See Also:
-
getVersion
String getVersion()Returns the value of the 'Version' attribute.- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version' attribute.- Parameters:
value- the new value of the 'Version' attribute.- See Also:
-