Package eu.europa.esig.dss.policy
Class IntValueConstraintWrapper
java.lang.Object
eu.europa.esig.dss.policy.LevelConstraintWrapper
eu.europa.esig.dss.policy.IntValueConstraintWrapper
- All Implemented Interfaces:
LevelRule
,NumericValueRule
Wraps
eu.europa.esig.dss.policy.jaxb.IntValueConstraint
into a eu.europa.esig.dss.model.policy.NumericValueRule
-
Field Summary
Fields inherited from class eu.europa.esig.dss.policy.LevelConstraintWrapper
constraint
-
Constructor Summary
ConstructorsConstructorDescriptionIntValueConstraintWrapper
(IntValueConstraint constraint) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.policy.LevelConstraintWrapper
getConstraint, getLevel
-
Constructor Details
-
IntValueConstraintWrapper
Default constructor- Parameters:
constraint
-IntValueConstraint
-
-
Method Details
-
getValue
Description copied from interface:NumericValueRule
Gets a numeric value of the condition rule- Specified by:
getValue
in interfaceNumericValueRule
- Returns:
Number
-