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>

final class MemberInfo
extends Object
implements Comparable<MemberInfo>


Constructor Summary
MemberInfo(javax.lang.model.type.TypeMirror paramType, String paramName, List<Annotation> jaxbAnnotations)
           
 
Method Summary
 int compareTo(MemberInfo member)
           
 List<Annotation> getJaxbAnnotations()
           
 String getParamName()
           
 javax.lang.model.type.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(javax.lang.model.type.TypeMirror paramType,
                  String paramName,
                  List<Annotation> jaxbAnnotations)
Method Detail

getJaxbAnnotations

public List<Annotation> getJaxbAnnotations()

getParamType

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

getParamName

public String getParamName()

compareTo

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


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