|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyComment | |
---|---|
de.smartics.properties.api.core.domain | Provides property domain objects and exceptions. |
de.smartics.properties.report.data | Provides classes that represent report data. |
de.smartics.properties.spi.core.metadata | Provides helpers to read metadata from property descriptor interfaces. |
de.smartics.properties.spi.core.metadata.comment | Provides helpers to read comments for property sets, properties and property values. |
Uses of PropertyComment in de.smartics.properties.api.core.domain |
---|
Fields in de.smartics.properties.api.core.domain declared as PropertyComment | |
---|---|
static PropertyComment |
PropertyComment.EMPTY_COMMENT The empty comment instance. |
Methods in de.smartics.properties.api.core.domain that return PropertyComment | |
---|---|
PropertyComment |
PropertyComment.Builder.build() Creates the property comment instance. |
PropertyComment |
PropertyProjectdoc.getComment() Returns the property comment. |
PropertyComment |
PropertyDescriptor.getComment() Returns the comment to the property and its values. |
PropertyComment |
PropertyDescriptor.getComment(Locale locale) Returns the comment to the property and its values. |
Methods in de.smartics.properties.api.core.domain with parameters of type PropertyComment | |
---|---|
void |
PropertyProjectdoc.setComment(PropertyComment comment) Sets the property comment. |
Uses of PropertyComment in de.smartics.properties.report.data |
---|
Methods in de.smartics.properties.report.data that return PropertyComment | |
---|---|
PropertyComment |
PropertyReportItem.getComment() Returns the Javadoc comment to the descriptor. |
Methods in de.smartics.properties.report.data with parameters of type PropertyComment | |
---|---|
PropertyReportItem.Builder |
PropertyReportItem.Builder.with(PropertyComment comment) Sets the property comment. |
Uses of PropertyComment in de.smartics.properties.spi.core.metadata |
---|
Methods in de.smartics.properties.spi.core.metadata that return PropertyComment | |
---|---|
PropertyComment |
PropertyMetaData.getComment() |
PropertyComment |
PropertyMetaData.getComment(Locale locale) |
PropertyComment |
PropertyCommentProxy.getComment(PropertyDescriptor propertyDescriptor, Locale locale) Returns the comment for the given property descriptor. |
PropertyComment |
PropertyCommentProvider.getComment(PropertyDescriptor propertyDescriptor, Locale locale) Returns the comment for the given property descriptor. |
Uses of PropertyComment in de.smartics.properties.spi.core.metadata.comment |
---|
Methods in de.smartics.properties.spi.core.metadata.comment that return PropertyComment | |
---|---|
PropertyComment |
PropertyCommentParser.parse(PropertyDescriptor descriptor, Locale locale) Parses the comments for the given descriptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |