Uses of Class
cdc.graphs.GraphElementKind
-
-
Uses of GraphElementKind in cdc.graphs
Methods in cdc.graphs that return GraphElementKind Modifier and Type Method Description static GraphElementKindGraphElementKind. valueOf(String name)Returns the enum constant of this type with the specified name.static GraphElementKind[]GraphElementKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-