Interface State
- All Known Implementing Classes:
StateImpl
A representation of the model object 'State'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
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 Details
-
getType
StateType getType()Returns the value of the 'Type' attribute. The literals are from the enumerationStateType
.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:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setType
Sets the value of the 'Type
' attribute. -
getLabels
Returns the value of the 'Labels' containment reference list. The list contents are of typeLabel
.If the meaning of the 'Labels' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Labels' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" keys="key"
-
getTraces
Returns the value of the 'Traces' attribute list. The list contents are of typeString
.If the meaning of the 'Traces' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Traces' attribute list.
- See Also:
- Generated class or method.
- EMF model class or method.
- default=""
-