|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.api.config.domain.Property de.smartics.properties.api.config.domain.DescribedProperty de.smartics.properties.api.config.domain.ValidatedProperty
public final class ValidatedProperty
A validated property provides, in addition to a Property
also the resolved, converted, and validated value.
Constructor Summary | |
---|---|
ValidatedProperty(DescribedProperty describedProperty, String expression, Object validatedValue) Default constructor. |
Method Summary | |
---|---|
List<String> |
getDependencies() Returns the names of properties this property depends on. |
Object |
getValidatedValue() Returns the validated value. |
String |
toString() Returns the string representation of the object. |
Methods inherited from class de.smartics.properties.api.config.domain.DescribedProperty |
---|
getConfigurationKey, getDescriptor |
Methods inherited from class de.smartics.properties.api.config.domain.Property |
---|
compareTo, equals, getName, getSource, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValidatedProperty(DescribedProperty describedProperty, String expression, Object validatedValue)
describedProperty
- provides the information to be copied.
expression
- the property expression.
validatedValue
- the validated value. The property value is resolved, converted, and validated to this value. May be
null
.
Method Detail |
---|
public Object getValidatedValue()
null
.
public List<String> getDependencies()
null
, if this property does not refer to other properties.
public String toString()
DescribedProperty
toString
in class
DescribedProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |