Package com.sodius.mdw.metamodel.uml21
Interface SimpleSemanticModelElement
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
,SemanticModelBridge
public interface SimpleSemanticModelElement extends SemanticModelBridge
A representation of the model object 'Simple Semantic Model Element'.The following features are supported:
- See Also:
com.sodius.mdw.metamodel.uml21.Uml21Package#getSimpleSemanticModelElement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTypeInfo()
Returns the value of the 'Type Info' attribute.void
setTypeInfo(String value)
Sets the value of the 'Type Info
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
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 com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.SemanticModelBridge
getDiagram, getGraphElement, getPresentation, setDiagram, setGraphElement, setPresentation
-
-
-
-
Method Detail
-
getTypeInfo
String getTypeInfo()
Returns the value of the 'Type Info' attribute. The default value is""
.- Returns:
- the value of the 'Type Info' attribute.
- See Also:
setTypeInfo(String)
,com.sodius.mdw.metamodel.uml21.Uml21Package#getSimpleSemanticModelElement_TypeInfo()
-
setTypeInfo
void setTypeInfo(String value)
Sets the value of the 'Type Info
' attribute.- Parameters:
value
- the new value of the 'Type Info' attribute.- See Also:
getTypeInfo()
-
-