Uses of Class
org.graphdrawing.graphml.GraphNodeidsType
| Package | Description |
|---|---|
| org.graphdrawing.graphml |
-
Uses of GraphNodeidsType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as GraphNodeidsType Modifier and Type Field Description protected GraphNodeidsTypeGraphType. parseNodeidsMethods in org.graphdrawing.graphml that return GraphNodeidsType Modifier and Type Method Description static GraphNodeidsTypeGraphNodeidsType. fromValue(java.lang.String v)GraphNodeidsTypeGraphType. getParseNodeids()Gets the value of the parseNodeids property.static GraphNodeidsTypeGraphNodeidsType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GraphNodeidsType[]GraphNodeidsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.graphdrawing.graphml with parameters of type GraphNodeidsType Modifier and Type Method Description voidGraphType. setParseNodeids(GraphNodeidsType value)Sets the value of the parseNodeids property.