Uses of Class
com.orchestranetworks.addon.dmdv.template.bean.ShapeType
-
Packages that use ShapeType Package Description com.orchestranetworks.addon.dmdv.template.bean Provides common classes to build a node template. -
-
Uses of ShapeType in com.orchestranetworks.addon.dmdv.template.bean
Methods in com.orchestranetworks.addon.dmdv.template.bean that return ShapeType Modifier and Type Method Description ShapeTypeNodeTemplate. getShapeType()Returns the shape type of the template.static ShapeTypeShapeType. parse(java.lang.String name)Get ShapeType value from String value.static ShapeTypeShapeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ShapeType[]ShapeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dmdv.template.bean with parameters of type ShapeType Modifier and Type Method Description voidNodeTemplate. setShapeType(ShapeType shapeType)Sets template shape type.
-