Uses of Class
net.sf.jaxme.js.JavaField

Packages that use JavaField
net.sf.jaxme.js   
net.sf.jaxme.js.pattern The pattern package This package contains a set of design patterns implemented with the JaxMe JavaSource generator framework.  
 

Uses of JavaField in net.sf.jaxme.js
 

Subclasses of JavaField in net.sf.jaxme.js
 class ConditionalIndentationJavaSourceObject.LJFImpl
           
 

Methods in net.sf.jaxme.js that return JavaField
 JavaField JavaSource.getField(java.lang.String pName)
          Returns the field with the given name or null, if no such field exists.
 JavaField[] JavaSource.getFields()
          Returns the list of fields that this class has.
 JavaField JavaSource.newJavaField(java.lang.String pName, JavaQName pType, JavaSource.Protection pProtection)
          Creates a new JavaField with the given name, type and protection.
 JavaField JavaSource.newJavaField(java.lang.String pName, JavaQName pType, java.lang.String pProtection)
          Creates a new JavaField with the given name, type and protection.
 JavaField JavaSource.newJavaField(java.lang.String pName, JavaQName pType)
          Creates a new JavaField with the given name, type and default protection.
 JavaField JavaSource.newJavaField(java.lang.String pName, java.lang.String pType, JavaSource.Protection pProtection)
          Creates a new JavaField with the given name, type and protection.
 JavaField JavaSource.newJavaField(java.lang.String pName, java.lang.String pType, java.lang.String pProtection)
          Creates a new JavaField with the given name, type and protection.
 JavaField JavaSource.newJavaField(java.lang.String pName, java.lang.String pType)
          Creates a new JavaField with the given name, type and default protection.
 JavaField JavaSource.newJavaField(java.lang.String pName, java.lang.Class pType, JavaSource.Protection pProtection)
          Creates a new JavaField with the given name, type and protection.
 JavaField JavaSource.newJavaField(java.lang.String pName, java.lang.Class pType, java.lang.String pProtection)
          Creates a new JavaField with the given name, type and protection.
 JavaField JavaSource.newJavaField(java.lang.String pName, java.lang.Class pType)
          Creates a new JavaField with the given name, type and default protection.
 

Uses of JavaField in net.sf.jaxme.js.pattern
 

Methods in net.sf.jaxme.js.pattern that return JavaField
protected  JavaField ProxyGenerator.getBackingObjectField(JavaSource pJs, ProxyGenerator.InterfaceDescription[] pInterfaces)
          Generates the backingObject field.