Uses of Enum Class
org.graphdrawing.graphml.GraphEdgeidsType
Packages that use GraphEdgeidsType
-
Uses of GraphEdgeidsType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as GraphEdgeidsTypeMethods in org.graphdrawing.graphml that return GraphEdgeidsTypeModifier and TypeMethodDescriptionstatic GraphEdgeidsTypeGraphType.getParseEdgeids()Gets the value of the parseEdgeids property.static GraphEdgeidsTypeReturns the enum constant of this class with the specified name.static GraphEdgeidsType[]GraphEdgeidsType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graphdrawing.graphml with parameters of type GraphEdgeidsTypeModifier and TypeMethodDescriptionvoidGraphType.setParseEdgeids(GraphEdgeidsType value) Sets the value of the parseEdgeids property.