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 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()