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
public interface AttributeValue extends NamedElement
A representation of the model object 'Attribute Value'.The following features are supported:
- See Also:
featureconfigPackage.getAttributeValue()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigNode
getConfignode()
Returns the value of the 'Confignode' container reference.String
getValue()
Returns the value of the 'Value' attribute.void
setConfignode(ConfigNode value)
Sets the value of the 'Confignode
' container reference.void
setValue(String value)
Sets 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, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface de.uka.ipd.sdq.featuremodel.NamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
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:
setValue(String)
,featureconfigPackage.getAttributeValue_Value()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setValue
void setValue(String value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
- 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:
setConfignode(ConfigNode)
,featureconfigPackage.getAttributeValue_Confignode()
,ConfigNode.getAttributevalue()
- Generated class or method.
- EMF model class or method.
- opposite="attributevalue" required="true" transient="false" ordered="false"
-
setConfignode
void setConfignode(ConfigNode value)
Sets the value of the 'Confignode
' container reference.- Parameters:
value
- the new value of the 'Confignode' container reference.- See Also:
getConfignode()
- Generated class or method.
-
-