|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValuedObject
A representation of the model object 'Valued Object'. Base Class for Variables and Signals. A ValuedObject has a name and may carry a value. Therefore the class has a type attribute which specifies the type of the value. The type might either be given from a predefined list of internal (primitive) types or by the hostType String that references some type in the target language, e.g. a Type in C or Java. An initial value can be given in String format.
The following features are supported:
KExpressionsPackage.getValuedObject()
Method Summary | |
---|---|
String |
getHostType()
Returns the value of the 'Host Type' attribute. |
String |
getInitialValue()
Returns the value of the 'Initial Value' attribute. |
String |
getName()
Returns the value of the 'Name' attribute. |
ValueType |
getType()
Returns the value of the 'Type' attribute. |
void |
setHostType(String value)
Sets the value of the ' Host Type ' attribute. |
void |
setInitialValue(String value)
Sets the value of the ' Initial Value ' attribute. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setType(ValueType value)
Sets the value of the ' Type ' attribute. |
Methods inherited from interface de.cau.cs.kieler.core.annotations.Annotatable |
---|
getAllAnnotations, getAnnotation, getAnnotations, removeAllAnnotations |
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.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
KExpressionsPackage.getValuedObject_Name()
required | = | true |
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
ValueType getType()
ValueType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ValueType
,
setType(ValueType)
,
KExpressionsPackage.getValuedObject_Type()
required | = | true |
void setType(ValueType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.ValueType
,
getType()
String getInitialValue()
If the meaning of the 'Initial Value' attribute isn't clear, there really should be more of a description here...
setInitialValue(String)
,
KExpressionsPackage.getValuedObject_InitialValue()
void setInitialValue(String value)
Initial Value
' attribute.
value
- the new value of the 'Initial Value' attribute.getInitialValue()
String getHostType()
If the meaning of the 'Host Type' attribute isn't clear, there really should be more of a description here...
setHostType(String)
,
KExpressionsPackage.getValuedObject_HostType()
void setHostType(String value)
Host Type
' attribute.
value
- the new value of the 'Host Type' attribute.getHostType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |