|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.report.data.ValueComment
public final class ValueComment
Provides comments for the values of a property.
Constructor Summary | |
---|---|
ValueComment(String summary) Default constructor. |
Method Summary | |
---|---|
void |
addValueComment(Object value, String comment) Adds the comment for the given value. |
String |
getSummary() Returns the summary of the type of the values. |
String |
getValueComment(Object value) Returns the comment for the given value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueComment(String summary)
summary
- the summary of the type of the values.
Method Detail |
---|
public String getSummary()
null
.
public void addValueComment(Object value, String comment)
value
- the value whose comment is to be added.
comment
- the comment to the value.
public String getValueComment(Object value)
value
- the value whose comment is requested.
null
if there is no comment for taht value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |