Uses of Enum Class
ch.admin.bit.jeap.reaction.observer.web.models.graph.NodeType
Packages that use NodeType
-
Uses of NodeType in ch.admin.bit.jeap.reaction.observer.web.models.graph
Methods in ch.admin.bit.jeap.reaction.observer.web.models.graph that return NodeTypeModifier and TypeMethodDescriptionMessageNode.nodeType()Returns the value of thenodeTyperecord component.ReactionNode.nodeType()Returns the value of thenodeTyperecord component.TriggerEdge.sourceNodeType()Returns the value of thesourceNodeTyperecord component.ActionEdge.targetNodeType()Returns the value of thetargetNodeTyperecord component.static NodeTypeReturns the enum constant of this class with the specified name.static NodeType[]NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ch.admin.bit.jeap.reaction.observer.web.models.graph with parameters of type NodeTypeModifierConstructorDescriptionActionEdge(EdgeType edgeType, long sourceReactionId, long targetId, NodeType targetNodeType) Creates an instance of aActionEdgerecord class.MessageNode(NodeType nodeType, long id, String messageKey, String messageType, String variant) Creates an instance of aMessageNoderecord class.ReactionNode(NodeType nodeType, long id, String component) Creates an instance of aReactionNoderecord class.TriggerEdge(EdgeType edgeType, long sourceId, NodeType sourceNodeType, long targetReactionId, Integer median) Creates an instance of aTriggerEdgerecord class.