Uses of Enum Class
de.iip_ecosphere.platform.services.spring.descriptor.Relation.Direction
Packages that use Relation.Direction
Package
Description
Interfaces describing the deployment descriptor.
Yaml implementation of the file-based artifact descriptor.
-
Uses of Relation.Direction in de.iip_ecosphere.platform.services.spring.descriptor
Methods in de.iip_ecosphere.platform.services.spring.descriptor that return Relation.DirectionModifier and TypeMethodDescriptionRelation.getDirection()Returns the direction of the relation.static Relation.DirectionReturns the enum constant of this class with the specified name.static Relation.Direction[]Relation.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Relation.Direction in de.iip_ecosphere.platform.services.spring.yaml
Fields in de.iip_ecosphere.platform.services.spring.yaml declared as Relation.DirectionMethods in de.iip_ecosphere.platform.services.spring.yaml that return Relation.DirectionMethods in de.iip_ecosphere.platform.services.spring.yaml with parameters of type Relation.DirectionModifier and TypeMethodDescriptionvoidYamlRelation.setDirection(Relation.Direction direction) Defines the direction of the relation.