public class AnnotationPropertyMetaData extends NamedMetaDataWithDescriptions
| Constructor and Description |
|---|
AnnotationPropertyMetaData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
Get the propertyName.
|
String |
getPropertyValue()
Get the propertyValue.
|
void |
setPropertyName(String propertyName)
Set the propertyName.
|
void |
setPropertyValue(String propertyValue)
Set the propertyValue.
|
getDescriptions, setDescriptionsequals, getKey, getName, hashCode, setName, toStringclone, getId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitgetKeypublic String getPropertyName()
public void setPropertyName(String propertyName)
propertyName - the propertyName.IllegalArgumentException - for a null propertyNamepublic String getPropertyValue()
public void setPropertyValue(String propertyValue)
propertyValue - the propertyValue.IllegalArgumentException - for a null propertyValueCopyright © 2017 JBoss by Red Hat. All rights reserved.