Apache CXF API

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

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

public final class JAnnotationElement
extends Object


Constructor Summary
JAnnotationElement()
           
JAnnotationElement(String n, Object v)
           
JAnnotationElement(String n, Object v, boolean primitive)
           
 
Method Summary
 boolean equals(Object obj)
           
 Set<String> getImports()
           
 String getName()
           
 Object getValue()
           
 int hashCode()
           
 void setName(String newName)
           
 void setValue(Object newValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAnnotationElement

public JAnnotationElement()

JAnnotationElement

public JAnnotationElement(String n,
                          Object v)

JAnnotationElement

public JAnnotationElement(String n,
                          Object v,
                          boolean primitive)
Method Detail

getImports

public Set<String> getImports()

getName

public String getName()

setName

public void setName(String newName)

getValue

public Object getValue()

setValue

public void setValue(Object newValue)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Apache CXF API

Apache CXF