Interface AttributeValue
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
- All Known Implementing Classes:
AttributeValueImpl
public interface AttributeValue extends org.palladiosimulator.pcm.core.entity.Entity
A representation of the model object 'Attribute Value'.The following features are supported:
- See Also:
SystemcontextPackage.getAttributeValue()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataTypes
getType()
Returns the value of the 'Type' attribute.List<String>
getValues()
Returns the value of the 'Values' attribute list.void
setType(DataTypes value)
Sets the value of the 'Type
' 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 org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getType
DataTypes getType()
Returns the value of the 'Type' attribute. The literals are from the enumerationDataTypes
.- Returns:
- the value of the 'Type' attribute.
- See Also:
DataTypes
,setType(DataTypes)
,SystemcontextPackage.getAttributeValue_Type()
- Generated class or method.
- EMF model class or method.
- required="true"
-
getValues
List<String> getValues()
Returns the value of the 'Values' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Values' attribute list.
- See Also:
SystemcontextPackage.getAttributeValue_Values()
- Generated class or method.
- EMF model class or method.
- required="true"
-
-