Interface ConditionalValueParser
- All Known Implementing Classes:
DateRangeParser
public interface ConditionalValueParser
This interface defines how to parse a OSM value from conditional restrictions.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncheckCondition
(String conditionalValue) This method checks if the condition is satisfied for this parser.
-
Method Details
-
checkCondition
This method checks if the condition is satisfied for this parser.- Throws:
ParseException
-