Class ExportTool2.SymbolElement
- java.lang.Object
-
- com.nomagic.magicdraw.magicreport.tools.ExportTool2.SymbolElement
-
- Enclosing class:
- ExportTool2
private static class ExportTool2.SymbolElement extends java.lang.Object
-
-
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)
-
-
-
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)
-
-