Uses of Enum Class
se.conciliate.extensions.store.SwimlaneRelationDirection
Packages that use SwimlaneRelationDirection
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of SwimlaneRelationDirection in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return SwimlaneRelationDirectionModifier and TypeMethodDescriptionEdgeTypeWithDirection.getDirection()static SwimlaneRelationDirectionReturns the enum constant of this class with the specified name.static SwimlaneRelationDirection[]SwimlaneRelationDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in se.conciliate.extensions.store with parameters of type SwimlaneRelationDirectionModifierConstructorDescriptionEdgeTypeWithDirection(EdgeType edgeType, SwimlaneRelationDirection direction)