Uses of Enum Class
ch.admin.bit.jeap.archrepo.docgen.graph.models.NodeDtoType
Packages that use NodeDtoType
-
Uses of NodeDtoType in ch.admin.bit.jeap.archrepo.docgen.graph.models
Methods in ch.admin.bit.jeap.archrepo.docgen.graph.models that return NodeDtoTypeModifier and TypeMethodDescriptionTriggerEdgeDto.getSourceNodeType()ActionEdgeDto.getTargetNodeType()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.Methods in ch.admin.bit.jeap.archrepo.docgen.graph.models with parameters of type NodeDtoTypeModifier and TypeMethodDescriptionvoidTriggerEdgeDto.setSourceNodeType(NodeDtoType sourceNodeType) voidActionEdgeDto.setTargetNodeType(NodeDtoType targetNodeType) Constructors in ch.admin.bit.jeap.archrepo.docgen.graph.models with parameters of type NodeDtoTypeModifierConstructorDescriptionActionEdgeDto(long sourceReactionId, long targetId, NodeDtoType targetNodeType) TriggerEdgeDto(long sourceId, NodeDtoType sourceNodeType, long targetReactionId, Integer median)