Uses of Class
com.solibri.smc.api.model.Relation.Direction
-
Packages that use Relation.Direction Package Description com.solibri.smc.api.model -
-
Uses of Relation.Direction in com.solibri.smc.api.model
Methods in com.solibri.smc.api.model that return Relation.Direction Modifier and Type Method Description Relation.Direction
Relation. getDirection()
Returns the direction of this relation.static Relation.Direction
Relation.Direction. valueOf(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.Methods in com.solibri.smc.api.model with parameters of type Relation.Direction Modifier and Type Method Description static Relation
Relation. of(Relation.Type type, Relation.Direction direction)
Returns a relation with the given type and direction.
-