Uses of Class
net.ssehub.easy.varModel.model.Constraint.Type
-
Packages that use Constraint.Type Package Description net.ssehub.easy.varModel.model Base package for the variability model. -
-
Uses of Constraint.Type in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model that return Constraint.Type Modifier and Type Method Description static Constraint.TypeConstraint.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Constraint.Type[]Constraint.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-