|
||||||||||
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(PropertyComment comment) Sets the property comment. |
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. |
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 with(PropertyComment comment)
comment
- the comment to this 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 |