|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalJavaField | |
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 LocalJavaField in net.sf.jaxme.js |
Classes in net.sf.jaxme.js that implement LocalJavaField | |
class |
ConditionalIndentationJavaSourceObject.LJFImpl
|
Methods in net.sf.jaxme.js that return LocalJavaField | |
LocalJavaField |
ConditionalIndentationJavaSourceObject.newJavaField(java.lang.Class pType,
java.lang.String pName)
Creates a new LocalJavaField with the given class and name,
which is not final. |
LocalJavaField |
ConditionalIndentationJavaSourceObject.newJavaField(JavaQName pType,
java.lang.String pName)
Creates a new LocalJavaField with the given class and
name. |
LocalJavaField |
ConditionalIndentationJavaSourceObject.newJavaField(JavaQName pType)
Creates a new LocalJavaField with the given class, which is
not final. |
LocalJavaField |
ConditionalIndentationJavaSourceObject.newJavaField(java.lang.Class pType)
Creates a new LocalJavaField with the given class, which is
not final. |
Uses of LocalJavaField in net.sf.jaxme.js.pattern |
Methods in net.sf.jaxme.js.pattern that return LocalJavaField | |
protected LocalJavaField |
VersionGenerator.getCacheDataClassInstance(JavaMethod pMethod,
VersionGenerator.TableInfo pTableInfo,
ColumnSet pColumnSet,
DirectAccessible pValues)
Creates an instance of the inner class CacheData by reading the key from the given row. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |