Class MNamedIdElement

    • Field Detail

      • name

        protected java.lang.String name
        The name.
      • description

        protected java.lang.String description
        The description.
    • Constructor Detail

      • MNamedIdElement

        public MNamedIdElement()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Get the full description of the model element.
        Returns:
        The description.
      • setDescription

        public void setDescription​(java.lang.String description)
        Set the description.
        Parameters:
        description - the description to set
      • getName

        public java.lang.String getName()
        Get the name.
        Returns:
        The name.
      • setName

        public void setName​(java.lang.String name)
        Set the name.
        Parameters:
        name - The name to set.