Uses of Enum Class
ch.admin.bit.jeap.reaction.observer.web.models.graph.NodeDtoType
Packages that use NodeDtoType
-
Uses of NodeDtoType in ch.admin.bit.jeap.reaction.observer.web.models.graph
Methods in ch.admin.bit.jeap.reaction.observer.web.models.graph that return NodeDtoTypeModifier and TypeMethodDescriptionTriggerEdgeDto.sourceNodeType()Returns the value of thesourceNodeTyperecord component.ActionEdgeDto.targetNodeType()Returns the value of thetargetNodeTyperecord component.static NodeDtoTypeReturns the enum constant of this class with the specified name.static NodeDtoType[]NodeDtoType.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 NodeDtoTypeModifierConstructorDescriptionActionEdgeDto(long sourceReactionId, long targetId, NodeDtoType targetNodeType) Creates an instance of aActionEdgeDtorecord class.TriggerEdgeDto(long sourceId, NodeDtoType sourceNodeType, long targetReactionId, Integer median) Creates an instance of aTriggerEdgeDtorecord class.