Apache CXF API

org.apache.cxf.tools.common.model
Class JAnnotation

java.lang.Object
  extended by org.apache.cxf.tools.common.model.JAnnotation

public final class JAnnotation
extends Object


Constructor Summary
JAnnotation()
           
JAnnotation(Class t)
           
 
Method Summary
 void addElement(JAnnotationElement element)
           
 List<JAnnotationElement> getElements()
           
 Set<String> getImports()
           
 Class getType()
           
 void setType(Class newType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAnnotation

public JAnnotation()

JAnnotation

public JAnnotation(Class t)
Method Detail

getImports

public Set<String> getImports()

getElements

public List<JAnnotationElement> getElements()

addElement

public void addElement(JAnnotationElement element)

getType

public Class getType()

setType

public void setType(Class newType)

toString

public String toString()
Overrides:
toString in class Object

Apache CXF API

Apache CXF