com.sun.tools.ws.processor.modeler.annotation
Class MemberInfo

java.lang.Object
  extended by com.sun.tools.ws.processor.modeler.annotation.MemberInfo
All Implemented Interfaces:
Comparable<MemberInfo>

public final class MemberInfo
extends Object
implements Comparable<MemberInfo>


Constructor Summary
MemberInfo(TypeMirror paramType, String paramName, QName elementName, Declaration decl, Annotation... jaxbAnnotations)
           
 
Method Summary
 int compareTo(MemberInfo member)
           
 Declaration getDecl()
           
 QName getElementName()
           
 Annotation[] getJaxbAnnotations()
           
 String getParamName()
           
 TypeMirror getParamType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemberInfo

public MemberInfo(TypeMirror paramType,
                  String paramName,
                  QName elementName,
                  @NotNull
                  Declaration decl,
                  Annotation... jaxbAnnotations)
Method Detail

getJaxbAnnotations

public Annotation[] getJaxbAnnotations()

getParamType

public TypeMirror getParamType()

getParamName

public String getParamName()

getElementName

public QName getElementName()

getDecl

@NotNull
public Declaration getDecl()

compareTo

public int compareTo(MemberInfo member)
Specified by:
compareTo in interface Comparable<MemberInfo>