edu.upc.dama.dex.core
Class Export.NodeExport.Shape

java.lang.Object
  extended by java.lang.Enum
      extended by edu.upc.dama.dex.core.Export.NodeExport.Shape
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Export.NodeExport

public static final class Export.NodeExport.Shape
extends java.lang.Enum

Node shape.

See Also:
Serialized Form

Field Summary
static Export.NodeExport.Shape BOX
          Box shape.
static Export.NodeExport.Shape ROUND
          Round shape.
 
Method Summary
static Export.NodeExport.Shape valueOf(java.lang.String name)
           
static Export.NodeExport.Shape[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BOX

public static final Export.NodeExport.Shape BOX
Box shape.


ROUND

public static final Export.NodeExport.Shape ROUND
Round shape.

Method Detail

values

public static Export.NodeExport.Shape[] values()

valueOf

public static Export.NodeExport.Shape valueOf(java.lang.String name)