public class PropertyDoc extends java.lang.Object implements DslElementDoc
| Constructor and Description |
|---|
PropertyDoc() |
| Modifier and Type | Method and Description |
|---|---|
PropertyDoc |
forClass(ClassMetaData refererMetaData) |
PropertyDoc |
forClass(ClassMetaData refererMetaData,
java.util.Collection<ExtraAttributeDoc> additionalValues) |
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.lang.String |
getName() |
java.lang.String |
getReplacement() |
boolean |
isDeprecated() |
boolean |
isIncubating() |
boolean |
isReadOnly() |
boolean |
isReplaced() |
boolean |
isWriteOnly() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommentpublic java.lang.String getId()
getId in interface DslElementDocpublic java.lang.String getName()
public java.lang.String getDescription()
getDescription in interface DslElementDocpublic boolean isDeprecated()
isDeprecated in interface DslElementDocpublic boolean isIncubating()
isIncubating in interface DslElementDocpublic boolean isReplaced()
isReplaced in interface DslElementDocpublic java.lang.String getReplacement()
getReplacement in interface DslElementDocpublic boolean isReadOnly()
public boolean isWriteOnly()
public PropertyDoc forClass(ClassMetaData refererMetaData)
public PropertyDoc forClass(ClassMetaData refererMetaData, java.util.Collection<ExtraAttributeDoc> additionalValues)