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.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fName
public final String fName
- Name of the method to create
fReturnType
public final String fReturnType
- Return type of accessor
ElementInfo.AccessorInfo
public ElementInfo.AccessorInfo(String name,
String returnType)
- Constructor.
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.