Uses of Class
de.iip_ecosphere.platform.services.spring.descriptor.Relation.Direction
-
Packages that use Relation.Direction Package Description de.iip_ecosphere.platform.services.spring.descriptor Interfaces describing the deployment descriptor.de.iip_ecosphere.platform.services.spring.yaml 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.Direction Modifier and Type Method Description Relation.DirectionRelation. getDirection()Returns the direction of the relation.static Relation.DirectionRelation.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Relation.Direction[]Relation.Direction. values()Returns an array containing the constants of this enum type, 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.Direction Modifier and Type Field Description private Relation.DirectionYamlRelation. directionMethods in de.iip_ecosphere.platform.services.spring.yaml that return Relation.Direction Modifier and Type Method Description Relation.DirectionYamlRelation. getDirection()Methods in de.iip_ecosphere.platform.services.spring.yaml with parameters of type Relation.Direction Modifier and Type Method Description voidYamlRelation. setDirection(Relation.Direction direction)Defines the direction of the relation.
-