java.io.Serializable, IdMetaData, MappableMetaData, WithDescriptionspublic class AnnotationPropertyMetaData extends NamedMetaDataWithDescriptions
| Constructor | Description |
|---|---|
AnnotationPropertyMetaData() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getPropertyName() |
Get the propertyName.
|
java.lang.String |
getPropertyValue() |
Get the propertyValue.
|
void |
setPropertyName(java.lang.String propertyName) |
Set the propertyName.
|
void |
setPropertyValue(java.lang.String propertyValue) |
Set the propertyValue.
|
clone, getId, setIdgetKeyequals, getKey, getName, hashCode, setName, toStringgetDescriptions, setDescriptionspublic java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
propertyName - the propertyName.java.lang.IllegalArgumentException - for a null propertyNamepublic java.lang.String getPropertyValue()
public void setPropertyValue(java.lang.String propertyValue)
propertyValue - the propertyValue.java.lang.IllegalArgumentException - for a null propertyValueCopyright © 2018 JBoss by Red Hat. All rights reserved.