Class ExportTool2.SymbolElement

  • Enclosing class:
    ExportTool2

    private static class ExportTool2.SymbolElement
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String id  
      private java.lang.String name  
      private com.nomagic.magicdraw.magicreport.helper.Polygon shape  
      private int type  
    • Constructor Summary

      Constructors 
      Constructor Description
      SymbolElement​(java.lang.String id, java.lang.String name, com.nomagic.magicdraw.magicreport.helper.Polygon shape, int type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Return a id.
      java.lang.String getName()
      Return a name.
      com.nomagic.magicdraw.magicreport.helper.Polygon getShape()
      Return a shape.
      int getType()  
      void setType​(int type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        private final java.lang.String id
      • name

        private final java.lang.String name
      • shape

        private final com.nomagic.magicdraw.magicreport.helper.Polygon shape
      • type

        private int type
    • Constructor Detail

      • SymbolElement

        public SymbolElement​(@CheckForNull
                             java.lang.String id,
                             java.lang.String name,
                             com.nomagic.magicdraw.magicreport.helper.Polygon shape,
                             int type)
    • Method Detail

      • getId

        @CheckForNull
        public java.lang.String getId()
        Return a id.
        Returns:
        the id
      • getName

        public java.lang.String getName()
        Return a name.
        Returns:
        the name
      • getShape

        public com.nomagic.magicdraw.magicreport.helper.Polygon getShape()
        Return a shape.
        Returns:
        the shape
      • getType

        public int getType()
      • setType

        public void setType​(int type)