Package org.opt4j.config
Interface Requirement
- All Known Implementing Classes:
BooleanRequirement
,EnumRequirement
public interface Requirement
The
Requirement
indicates if a Property
is active or not.-
Method Summary
Modifier and TypeMethodDescriptionReturns the property of the requirement.boolean
Returnstrue
if the requirement is fulfilled.
-
Method Details
-
isFulfilled
boolean isFulfilled()Returnstrue
if the requirement is fulfilled.- Returns:
true
if the requirement is fulfilled
-
getProperty
Property getProperty()Returns the property of the requirement.- Returns:
- the property of the requirement
-