|
||||||||||
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.Builder
public static final class PropertyReportItem.Builder
Builder to create instances of enclosing class.
Constructor Summary | |
---|---|
PropertyReportItem.Builder() |
Method Summary | |
---|---|
PropertyReportItem |
build() Creates the report item. |
PropertyReportItem.Builder |
with(PropertyDescriptor descriptor) Sets the descriptor to the property. |
PropertyReportItem.Builder |
with(SourceInfo sourceInfo) Sets the information about the source the property was defined in. |
PropertyReportItem.Builder |
with(ValueComment valueComment) Sets the documentation of the possible values to property. |
PropertyReportItem.Builder |
withComment(String comment) Sets the Javadoc comment to the descriptor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyReportItem.Builder()
Method Detail |
---|
public PropertyReportItem.Builder with(PropertyDescriptor descriptor)
descriptor
- the descriptor to the property.
public PropertyReportItem.Builder withComment(String comment)
comment
- the Javadoc comment to the descriptor.
public PropertyReportItem.Builder with(ValueComment valueComment)
valueComment
- the documentation of the possible values to property.
public PropertyReportItem.Builder with(SourceInfo sourceInfo)
sourceInfo
- the information about the source the property was defined in.
public PropertyReportItem build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |