Uses of Class
io.streamthoughts.azkarra.api.model.StreamsTopologyGraph.Node.Type
-
Packages that use StreamsTopologyGraph.Node.Type Package Description io.streamthoughts.azkarra.api.model -
-
Uses of StreamsTopologyGraph.Node.Type in io.streamthoughts.azkarra.api.model
Methods in io.streamthoughts.azkarra.api.model that return StreamsTopologyGraph.Node.Type Modifier and Type Method Description StreamsTopologyGraph.Node.TypeStreamsTopologyGraph.AbstractNode. getType()StreamsTopologyGraph.Node.TypeStreamsTopologyGraph.Node. getType()static StreamsTopologyGraph.Node.TypeStreamsTopologyGraph.Node.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamsTopologyGraph.Node.Type[]StreamsTopologyGraph.Node.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-