org.jboss.metadata.javaee.jboss
Class AnnotationPropertyMetaData
java.lang.Object
org.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptions
org.jboss.metadata.javaee.jboss.AnnotationPropertyMetaData
- All Implemented Interfaces:
- Serializable, Cloneable, IdMetaData, MappableMetaData
public class AnnotationPropertyMetaData
- extends NamedMetaDataWithDescriptions
AnnotationPropertyMetaData.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
AnnotationPropertyMetaData
public AnnotationPropertyMetaData()
getPropertyName
public String getPropertyName()
- Get the propertyName.
- Returns:
- the propertyName.
setPropertyName
public void setPropertyName(String propertyName)
- Set the propertyName.
- Parameters:
propertyName
- the propertyName.
- Throws:
IllegalArgumentException
- for a null propertyName
getPropertyValue
public String getPropertyValue()
- Get the propertyValue.
- Returns:
- the propertyValue.
setPropertyValue
public void setPropertyValue(String propertyValue)
- Set the propertyValue.
- Parameters:
propertyValue
- the propertyValue.
- Throws:
IllegalArgumentException
- for a null propertyValue
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.