Uses of Interface
xjavadoc.XField

Packages that use XField
xjavadoc   
xjavadoc.codeunit   
 

Uses of XField in xjavadoc
 

Classes in xjavadoc that implement XField
(package private)  class FieldImpl
           
 

Methods in xjavadoc that return XField
 XField FieldIterator.next()
          Deprecated.  
 XField FieldIteratorImpl.next()
          Deprecated.  
 XField XClass.getField(java.lang.String name)
           
 XField AbstractClass.getField(java.lang.String fieldName)
          Returns an XField with the given name.
 

Methods in xjavadoc with parameters of type XField
(package private)  void AbstractClass.addField(XField field)
          Gets the Fields attribute of the AbstractClass object
 

Uses of XField in xjavadoc.codeunit
 

Methods in xjavadoc.codeunit with parameters of type XField
private static void CodeTestCase.assertFieldEquals(XField expected, XField actual)