|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.api.core.domain.PropertyComment
public final class PropertyComment
The comment to a property.
Nested Class Summary | |
---|---|
static class |
PropertyComment.Builder The property comment instance builder. |
Field Summary | |
---|---|
static PropertyComment |
EMPTY_COMMENT The empty comment instance. |
Method Summary | |
---|---|
String |
getText() Returns the text of the comment. |
PropertyValueComment |
getValueComment() Returns the comment of the property values. |
String |
toString() Returns the comment text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PropertyComment EMPTY_COMMENT
Method Detail |
---|
public String getText()
public PropertyValueComment getValueComment()
public String toString()
toString
in class
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |