Uses of Enum Class
org.eclipse.esmf.metamodel.impl.BoundDefinition
Packages that use BoundDefinition
Package
Description
-
Uses of BoundDefinition in org.eclipse.esmf.constraint
Methods in org.eclipse.esmf.constraint that return BoundDefinitionModifier and TypeMethodDescriptionRangeConstraint.getLowerBoundDefinition()RangeConstraint.getUpperBoundDefinition() -
Uses of BoundDefinition in org.eclipse.esmf.constraint.impl
Methods in org.eclipse.esmf.constraint.impl that return BoundDefinitionModifier and TypeMethodDescriptionDefaultRangeConstraint.getLowerBoundDefinition()DefaultRangeConstraint.getUpperBoundDefinition()Constructors in org.eclipse.esmf.constraint.impl with parameters of type BoundDefinitionModifierConstructorDescriptionDefaultRangeConstraint(MetaModelBaseAttributes metaModelBaseAttributes, Optional<ScalarValue> minValue, Optional<ScalarValue> maxValue, BoundDefinition lowerBoundDefinition, BoundDefinition upperBoundDefinition) -
Uses of BoundDefinition in org.eclipse.esmf.metamodel.impl
Methods in org.eclipse.esmf.metamodel.impl that return BoundDefinitionModifier and TypeMethodDescriptionstatic BoundDefinitionReturns the enum constant of this class with the specified name.static BoundDefinition[]BoundDefinition.values()Returns an array containing the constants of this enum class, in the order they are declared.