Uses of Class
org.powertac.visualizer.domain.enumeration.GraphType
-
Packages that use GraphType Package Description org.powertac.visualizer.domain JPA domain objects.org.powertac.visualizer.domain.enumeration -
-
Uses of GraphType in org.powertac.visualizer.domain
Methods in org.powertac.visualizer.domain that return GraphType Modifier and Type Method Description GraphTypeGraph. getType()Methods in org.powertac.visualizer.domain with parameters of type GraphType Modifier and Type Method Description voidGraph. setType(GraphType type) -
Uses of GraphType in org.powertac.visualizer.domain.enumeration
Methods in org.powertac.visualizer.domain.enumeration that return GraphType Modifier and Type Method Description static GraphTypeGraphType. valueOf(String name)Returns the enum constant of this type with the specified name.static GraphType[]GraphType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-