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:
java.lang.Comparable<MemberInfo>

final class MemberInfo
extends java.lang.Object
implements java.lang.Comparable<MemberInfo>

Note: this class has a natural ordering that is inconsistent with equals.


Constructor Summary
MemberInfo(javax.lang.model.type.TypeMirror paramType, java.lang.String paramName, java.util.List<java.lang.annotation.Annotation> jaxbAnnotations)
           
 
Method Summary
 int compareTo(MemberInfo member)
           
 boolean equals(java.lang.Object o)
           
 java.util.List<java.lang.annotation.Annotation> getJaxbAnnotations()
           
 java.lang.String getParamName()
           
 javax.lang.model.type.TypeMirror getParamType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemberInfo

public MemberInfo(javax.lang.model.type.TypeMirror paramType,
                  java.lang.String paramName,
                  java.util.List<java.lang.annotation.Annotation> jaxbAnnotations)
Method Detail

getJaxbAnnotations

public java.util.List<java.lang.annotation.Annotation> getJaxbAnnotations()

getParamType

public javax.lang.model.type.TypeMirror getParamType()

getParamName

public java.lang.String getParamName()

compareTo

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

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.