Enhydra 5.1 API

org.enhydra.xml.xmlc.compiler
Class ElementInfo.AccessorInfo

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.compiler.ElementInfo.AccessorInfo
Enclosing class:
ElementInfo

public class ElementInfo.AccessorInfo
extends java.lang.Object

Information about an accessor method (getElementXXX, getTagXXX) to create for this element.


Field Summary
 java.lang.String fName
          Name of the method to create
 java.lang.String fReturnType
          Return type of accessor
 
Constructor Summary
ElementInfo.AccessorInfo(java.lang.String name, java.lang.String returnType)
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fName

public final java.lang.String fName
Name of the method to create


fReturnType

public final java.lang.String fReturnType
Return type of accessor

Constructor Detail

ElementInfo.AccessorInfo

public ElementInfo.AccessorInfo(java.lang.String name,
                                java.lang.String returnType)
Constructor.


Enhydra 5.1 API