de.cau.cs.kieler.synccharts
Interface ValuedObject

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
Signal, Variable
All Known Implementing Classes:
SignalImpl, ValuedObjectImpl, VariableImpl

public interface ValuedObject
extends EObject

A representation of the model object 'Valued Object'.

The following features are supported:

See Also:
SyncchartsPackage.getValuedObject()
Rating red
Generated:
This code was automatically generated.
Model element

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 org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SyncchartsPackage.getValuedObject_Name()
Generated:
This code was automatically generated.
Model element:
id=true
required=true

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:
This code was automatically generated.

getType

ValueType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration ValueType.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
ValueType, setType(ValueType), SyncchartsPackage.getValuedObject_Type()
Generated:
This code was automatically generated.
Model element:
required=true

setType

void setType(ValueType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
ValueType, getType()
Generated:
This code was automatically generated.

getInitialValue

String getInitialValue()
Returns the value of the 'Initial Value' attribute.

If the meaning of the 'Initial Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Initial Value' attribute.
See Also:
setInitialValue(String), SyncchartsPackage.getValuedObject_InitialValue()
Generated:
This code was automatically generated.
Model element

setInitialValue

void setInitialValue(String value)
Sets the value of the 'Initial Value' attribute.

Parameters:
value - the new value of the 'Initial Value' attribute.
See Also:
getInitialValue()
Generated:
This code was automatically generated.

getHostType

String getHostType()
Returns the value of the 'Host Type' attribute.

If the meaning of the 'Host Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Host Type' attribute.
See Also:
setHostType(String), SyncchartsPackage.getValuedObject_HostType()
Generated:
This code was automatically generated.
Model element

setHostType

void setHostType(String value)
Sets the value of the 'Host Type' attribute.

Parameters:
value - the new value of the 'Host Type' attribute.
See Also:
getHostType()
Generated:
This code was automatically generated.