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 Object

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


Field Summary
 String fName
          Name of the method to create
 String fReturnType
          Return type of accessor
 
Constructor Summary
ElementInfo.AccessorInfo(String name, 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 String fName
Name of the method to create

fReturnType

public final String fReturnType
Return type of accessor
Constructor Detail

ElementInfo.AccessorInfo

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


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.