|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.report.data.PropertyReportSet.Builder
public static final class PropertyReportSet.Builder
Builder to create instances of enclosing class.
Constructor Summary | |
---|---|
PropertyReportSet.Builder() |
Method Summary | |
---|---|
PropertyReportSet |
build() Creates the report item. |
PropertyReportSet.Builder |
with(DocumentMetaData metadata) Set the document instance metadata. |
PropertyReportSet.Builder |
withComment(String comment) Sets the Javadoc comment to the descriptor. |
PropertyReportSet.Builder |
withPropertySetName(String name) Sets the name of the property set as read from the PropertySet annotation. |
PropertyReportSet.Builder |
withType(String type) Sets the type that defines the report set, if no name is specified explicitly. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyReportSet.Builder()
Method Detail |
---|
public PropertyReportSet.Builder withPropertySetName(String name)
PropertySet
annotation.
name
- the name of the property set.
public PropertyReportSet.Builder withType(String type)
type
- the type that defines the report set, if no name is specified explicitly.
public PropertyReportSet.Builder withComment(String comment)
comment
- the Javadoc comment to the descriptor.
public PropertyReportSet.Builder with(DocumentMetaData metadata) throws de.smartics.util.lang.NullArgumentException
metadata
- the document instance metadata.
de.smartics.util.lang.NullArgumentException
- if
metadata
is
null
.
public PropertyReportSet build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |