Uses of Enum Class
io.fluxzero.common.api.modeling.ModelRelationshipRead.Direction
Packages that use ModelRelationshipRead.Direction
-
Uses of ModelRelationshipRead.Direction in io.fluxzero.common.api.modeling
Subclasses with type arguments of type ModelRelationshipRead.Direction in io.fluxzero.common.api.modelingModifier and TypeClassDescriptionstatic enumDirection relative to the observed Model.Methods in io.fluxzero.common.api.modeling that return ModelRelationshipRead.DirectionModifier and TypeMethodDescriptionModelRelationshipRead.direction()Returns the value of thedirectionrecord component.Returns the enum constant of this class with the specified name.static ModelRelationshipRead.Direction[]ModelRelationshipRead.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.common.api.modeling with parameters of type ModelRelationshipRead.DirectionModifierConstructorDescriptionModelRelationshipRead(String modelId, ModelRelationshipRead.Direction direction, String path) Creates an instance of aModelRelationshipReadrecord class.