Package de.uka.ipd.sdq.featureconfig
Interface AttributeValue
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,de.uka.ipd.sdq.identifier.Identifier,NamedElement,Notifier
- All Known Subinterfaces:
DoubleAttributeValue,ExternalObjectAttributeValue,IntegerAttributeValue,StringAttributeValue
- All Known Implementing Classes:
AttributeValueImpl,DoubleAttributeValueImpl,ExternalObjectAttributeValueImpl,IntegerAttributeValueImpl,StringAttributeValueImpl
A representation of the model object 'Attribute Value'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Confignode' container reference.getValue()Returns the value of the 'Value' attribute.voidsetConfignode(ConfigNode value) Sets the value of the 'Confignode' container reference.voidSets the value of the 'Value' attribute.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionMethods 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 de.uka.ipd.sdq.identifier.Identifier
getId, setIdMethods inherited from interface de.uka.ipd.sdq.featuremodel.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValue
String getValue()Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setValue
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
- Generated class or method.
-
getConfignode
ConfigNode getConfignode()Returns the value of the 'Confignode' container reference. It is bidirectional and its opposite is 'Attributevalue'.If the meaning of the 'Confignode' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Confignode' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="attributevalue" required="true" transient="false" ordered="false"
-
setConfignode
Sets the value of the 'Confignode' container reference.- Parameters:
value- the new value of the 'Confignode' container reference.- See Also:
- Generated class or method.
-