org.jboss.metadata.javaee.jboss
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, setDescriptions
equals, getKey, getName, hashCode, setName, toString
clone, getId, setId
finalize, getClass, notify, notifyAll, wait, wait, wait
getKey
public 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 © 2014 JBoss by Red Hat. All Rights Reserved.