org.jboss.metadata.javaee.jboss
Class AnnotationPropertyMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.NamedMetaData
          extended by org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptions
              extended by 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

Constructor Summary
AnnotationPropertyMetaData()
           
 
Method Summary
 String getPropertyName()
          Get the propertyName.
 String getPropertyValue()
          Get the propertyValue.
 void setPropertyName(String propertyName)
          Set the propertyName.
 void setPropertyValue(String propertyValue)
          Set the propertyValue.
 
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptions
getDescriptions, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData
equals, getKey, getName, hashCode, merge, setName, toString
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, getId, merge, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData
getKey
 

Constructor Detail

AnnotationPropertyMetaData

public AnnotationPropertyMetaData()
Method Detail

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 © 2009 JBoss Inc.. All Rights Reserved.