Value - the type of Value the Parameter supportspublic interface ConfigurationUnit<Value>
ConfigurationUnit identify a specific Parameter and a
specific Value which can be applied to this Parameter. When
apply() is called, the Parameter is set to the Value
.| Modifier and Type | Method and Description |
|---|---|
void |
apply()
|
Parameter<Value> |
getParameter() |
Value |
getValue() |
boolean |
isApplied() |
Parameter<Value> getParameter()
Parameter targeted by this ConfigurationUnitValue getValue()
Value targeted by this ConfigurationUnitvoid apply()
isApplied()boolean isApplied()
true if the Parameter returned by
getParameter() is set to the Value returned by
getValue(), false otherwiseapply()Copyright © 2015. All rights reserved.