|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.report.data.PropertyReportItem
public final class PropertyReportItem
Report information for a particular property.
Nested Class Summary | |
---|---|
static class |
PropertyReportItem.Builder Builder to create instances of enclosing class. |
Method Summary | |
---|---|
PropertyComment |
getComment() Returns the Javadoc comment to the descriptor. |
String |
getCommentText() Returns the property comment. |
PropertyDescriptor |
getDescriptor() Returns the descriptor to the property. |
String |
getLocalName() Returns the name that uniquely identifies the property report within the report set. |
DocumentMetaData |
getMetaData() Returns the document instance metadata. |
String |
getName() Returns the name that uniquely identifies the property report document. |
String |
getPropertySet() Returns the set of properties this property belongs to. |
SourceInfo |
getSourceInfo() Returns the information about the source the property was defined in. |
String |
getSpace() Returns the space the report item belongs to. |
String |
getTitle() Returns the unique title of the report within the space. |
Object |
getValue() Returns the optional value in case this is a runtime report. |
PropertyValueComment |
getValueComment() Returns the property value comment. |
void |
setValue(Object value) Sets the optional value in case this is a runtime report. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public PropertyDescriptor getDescriptor()
public PropertyComment getComment()
public String getCommentText()
If the comment
is null
, this method returns safely null
.
public PropertyValueComment getValueComment()
If the comment
is null
, this method returns safely null
.
public SourceInfo getSourceInfo()
public DocumentMetaData getMetaData()
public Object getValue()
public void setValue(Object value)
value
- the optional value in case this is a runtime report.
public String getLocalName()
public String getName()
public String getSpace()
public String getTitle()
public String getPropertySet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |