Package eu.europa.esig.dss.policy
Class MultiValuesConstraintWrapper
java.lang.Object
eu.europa.esig.dss.policy.LevelConstraintWrapper
eu.europa.esig.dss.policy.MultiValuesConstraintWrapper
- All Implemented Interfaces:
LevelRule,MultiValuesRule
Wraps
eu.europa.esig.dss.policy.jaxb.MultiValuesConstraint into a eu.europa.esig.dss.model.policy.MultiValuesRule-
Field Summary
Fields inherited from class eu.europa.esig.dss.policy.LevelConstraintWrapper
constraint -
Constructor Summary
ConstructorsConstructorDescriptionMultiValuesConstraintWrapper(MultiValuesConstraint constraint) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.policy.LevelConstraintWrapper
getConstraint, getLevel
-
Constructor Details
-
MultiValuesConstraintWrapper
Default constructor- Parameters:
constraint-MultiValuesConstraint
-
-
Method Details
-
getValues
Description copied from interface:MultiValuesRuleReturns a list of values satisfying the condition- Specified by:
getValuesin interfaceMultiValuesRule- Returns:
- a list of
Strings
-