org.jboss.ejb3.metamodel
Class XmlAnnotation

java.lang.Object
  extended by org.jboss.ejb3.metamodel.XmlAnnotation

public class XmlAnnotation
extends Object

Represents an "annotation" element of the jboss.xml deployment descriptor

Author:
William DeCoste

Constructor Summary
XmlAnnotation()
           
 
Method Summary
 void addProperty(NameValuePair property)
           
 String getAnnotationClass()
           
 String getAnnotationImplementationClass()
           
 InjectionTarget getInjectionTarget()
           
 Collection<NameValuePair> getProperties()
           
 void setAnnotationClass(String annotationClass)
           
 void setAnnotationImplementationClass(String annotationImplementationClass)
           
 void setInjectionTarget(InjectionTarget injectionTarget)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlAnnotation

public XmlAnnotation()
Method Detail

getProperties

public Collection<NameValuePair> getProperties()

addProperty

public void addProperty(NameValuePair property)

getAnnotationClass

public String getAnnotationClass()

setAnnotationClass

public void setAnnotationClass(String annotationClass)

getAnnotationImplementationClass

public String getAnnotationImplementationClass()

setAnnotationImplementationClass

public void setAnnotationImplementationClass(String annotationImplementationClass)

getInjectionTarget

public InjectionTarget getInjectionTarget()

setInjectionTarget

public void setInjectionTarget(InjectionTarget injectionTarget)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.