Interface IntervalInDomainHelper
- All Known Implementing Classes:
IntervalInDomainHelperImpl
public interface IntervalInDomainHelper
Helper for validating and formatting intervals of characteristic domain.
-
Method Summary
Modifier and TypeMethodDescriptionformatNumericInterval(String interval) Converts an interval of characteristic domain into an external format.retrieveErrorMessage(String value, String interval) Retrieves error message.retrieveIntervalMask(CsticModel cstic) Retrieves concatenated string of intervals in characteristic domain.
-
Method Details
-
retrieveIntervalMask
Retrieves concatenated string of intervals in characteristic domain.- Parameters:
cstic- characteristic model- Returns:
- concatenated string of intervals in characteristic domain
-
formatNumericInterval
Converts an interval of characteristic domain into an external format.- Parameters:
interval- interval in internal format- Returns:
- interval in external format
-
retrieveErrorMessage
Retrieves error message.- Parameters:
value- characteristic value in external formatinterval- interval in external format- Returns:
- error message
-