Uses of Class
ext.api.centrallog.model.NodeType
-
Packages that use NodeType Package Description ext.api.centrallog.model -
-
Uses of NodeType in ext.api.centrallog.model
Methods in ext.api.centrallog.model that return NodeType Modifier and Type Method Description static NodeTypeNodeType. fromValue(String text)From value node type.NodeTypeNodeStartEvent. getNodeType()Gets node type.static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ext.api.centrallog.model with parameters of type NodeType Modifier and Type Method Description NodeStartEventNodeStartEvent. nodeType(NodeType nodeType)Node type node start event.voidNodeStartEvent. setNodeType(NodeType nodeType)Sets node type.
-