Class DiagramTypeImpl

    • Constructor Detail

      • DiagramTypeImpl

        public DiagramTypeImpl​(java.lang.String id,
                               java.lang.String name,
                               java.lang.String description)
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: IDiagramType
        Gets the description.
        Specified by:
        getDescription in interface IDiagramType
        Returns:
        the description of the new diagram type
      • getId

        public java.lang.String getId()
        Description copied from interface: IDiagramType
        Gets the id.
        Specified by:
        getId in interface IDiagramType
        Returns:
        the id of the new diagram type
      • getName

        public java.lang.String getName()
        Description copied from interface: IDiagramType
        Gets the name.
        Specified by:
        getName in interface IDiagramType
        Returns:
        the name of the new diagram type