com.sun.tools.ws.processor.modeler.annotation
Class MemberInfo
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MemberInfo
public MemberInfo(javax.lang.model.type.TypeMirror paramType,
java.lang.String paramName,
java.util.List<java.lang.annotation.Annotation> jaxbAnnotations)
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.