- generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.AtomFieldDef
-
- generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.BooleanFieldDef
-
Write out this Column's base methods.
- generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.ColumnTypeFieldDef
-
- generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.DisplayLevelFieldDef
-
- generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.DoubleFieldDef
-
- generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.FieldDef
-
Write out this Column's base methods.
- generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.IntegerFieldDef
-
- generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.IntegrityFixFieldDef
-
- generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.LongFieldDef
-
- generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.ReferenceFieldDef
-
- generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.SearchabilityFieldDef
-
- generateBaseMethods(Writer) - Method in class org.melati.poem.prepro.StringKeyReferenceFieldDef
-
- generateColAccessor(Writer) - Method in class org.melati.poem.prepro.FieldDef
-
Write out this Column's accessors.
- generateColDecl(Writer) - Method in class org.melati.poem.prepro.FieldDef
-
Write out this Column's java declaration string.
- generateColDefinition(Writer) - Method in class org.melati.poem.prepro.FieldDef
-
Write out this Column's definition using an anonymous
class.
- generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.AtomFieldDef
-
Write out this Column's field accessors.
- generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.ColumnTypeFieldDef
-
- generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.DisplayLevelFieldDef
-
- generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.FieldDef
-
Write out this Column's field accessors as part of the
anonymous definition of the Column.
- generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.IntegrityFixFieldDef
-
- generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.ReferenceFieldDef
-
- generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.SearchabilityFieldDef
-
- generateColRawAccessors(Writer) - Method in class org.melati.poem.prepro.StringKeyReferenceFieldDef
-
- generateFieldCreator(Writer) - Method in class org.melati.poem.prepro.FieldDef
-
Write out this Column's field creators.
- generateJava() - Method in class org.melati.poem.prepro.TableDef
-
Generate the 4 files.
- generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.AtomFieldDef
-
Write out this Field's java declaration string.
- generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.ColumnTypeFieldDef
-
- generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.DisplayLevelFieldDef
-
Write out this Field's java declaration string.
- generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.FieldDef
-
Write out this Field's java declaration string.
- generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.IntegrityFixFieldDef
-
Write out this Field's java declaration string.
- generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.ReferenceFieldDef
-
Write out this Field's java declaration string.
- generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.SearchabilityFieldDef
-
Write out this Field's java declaration string.
- generateJavaDeclaration(Writer) - Method in class org.melati.poem.prepro.StringKeyReferenceFieldDef
-
Write out this Field's java declaration string.
- generatePersistentBaseJava(Writer) - Method in class org.melati.poem.prepro.TableDef
-
- generatePersistentJava(Writer) - Method in class org.melati.poem.prepro.TableDef
-
- generateTableAccessorDefnJava(Writer) - Method in class org.melati.poem.prepro.TableDef
-
- generateTableAccessorJava(Writer) - Method in class org.melati.poem.prepro.TableDef
-
- generateTableBaseJava(Writer) - Method in class org.melati.poem.prepro.TableDef
-
- generateTableDeclarationJava(Writer) - Method in class org.melati.poem.prepro.TableDef
-
- generateTableDefinitionJava(Writer) - Method in class org.melati.poem.prepro.TableDef
-
- generateTableJava(Writer) - Method in class org.melati.poem.prepro.TableDef
-
- Generator - Interface in org.melati.poem.prepro
-
An interface which defines a process method on a Writer.
- getHeight() - Method in class org.melati.poem.prepro.FieldDef
-
- getPrecision() - Method in class org.melati.poem.prepro.BigDecimalFieldDef
-
Retrieve the precision.
- getProjectName() - Method in class org.melati.poem.prepro.DSD
-
- getProjectTableClassName() - Method in class org.melati.poem.prepro.DSD
-
- getRootSameNamedSuperclass() - Method in class org.melati.poem.prepro.TableNamingInfo
-
Find the top-most superclass of this table which has the same (short) name.
- getScale() - Method in class org.melati.poem.prepro.BigDecimalFieldDef
-
Retrieve the scale.
- getSize() - Method in class org.melati.poem.prepro.BinaryFieldDef
-
Get the size.
- getSize() - Method in class org.melati.poem.prepro.StringFieldDef
-
- getTargetTableNamingInfo() - Method in class org.melati.poem.prepro.ReferenceFieldDef
-
Due to possible forward references this could be null until we finish parse.
- getTargetTableNamingInfo() - Method in class org.melati.poem.prepro.StringKeyReferenceFieldDef
-
Due to possible forward references this could be null until we finish parse
- getWidth() - Method in class org.melati.poem.prepro.FieldDef
-
- ScaleFieldQualifier - Class in org.melati.poem.prepro
-
A FieldQualifier which enables the scale of
BigDecimals to be specified.
- ScaleFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.ScaleFieldQualifier
-
Constructor.
- searchability - Variable in class org.melati.poem.prepro.FieldDef
-
- SearchabilityFieldDef - Class in org.melati.poem.prepro
-
A definition of a SearchabilityPoemType from the DSD.
- SearchabilityFieldDef(int, TableDef, String, int, Vector<FieldQualifier>) - Constructor for class org.melati.poem.prepro.SearchabilityFieldDef
-
Constructor.
- SearchabilityFieldQualifier - Class in org.melati.poem.prepro
-
A FieldQualifier which defines the type of
Searchability a Field has.
- SearchabilityFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.SearchabilityFieldQualifier
-
Constructor.
- SeqCachedTableQualifier - Class in org.melati.poem.prepro
-
A TableQualifier which defines whether the
sequence of records in a Table is cached.
- SeqCachedTableQualifier() - Constructor for class org.melati.poem.prepro.SeqCachedTableQualifier
-
Constructor.
- setCreateable(boolean) - Method in class org.melati.poem.prepro.FieldDef
-
Set the isCreatable property.
- setDeletedColumn(boolean) - Method in class org.melati.poem.prepro.FieldDef
-
Set whether this field represents a deleted marker.
- setEditable(boolean) - Method in class org.melati.poem.prepro.FieldDef
-
Set the isEditable property.
- setHeight(int) - Method in class org.melati.poem.prepro.FieldDef
-
Set the height property.
- setIndexed(boolean) - Method in class org.melati.poem.prepro.FieldDef
-
Set the isIndexed property.
- setIntegrityFix(String) - Method in class org.melati.poem.prepro.ReferenceFieldDef
-
- setIntegrityFix(String) - Method in class org.melati.poem.prepro.StringKeyReferenceFieldDef
-
- setNullable(boolean) - Method in class org.melati.poem.prepro.FieldDef
-
Set the nullable property.
- setPrecision(int) - Method in class org.melati.poem.prepro.BigDecimalFieldDef
-
Set the precision.
- setScale(int) - Method in class org.melati.poem.prepro.BigDecimalFieldDef
-
Set the scale.
- setSize(int) - Method in class org.melati.poem.prepro.BinaryFieldDef
-
Set the size property.
- setSize(int) - Method in class org.melati.poem.prepro.StringFieldDef
-
Set the size property.
- setSize(int) - Method in class org.melati.poem.prepro.StringKeyReferenceFieldDef
-
Set the size property.
- setSortDescending(boolean) - Method in class org.melati.poem.prepro.FieldDef
-
Set the sortDescending property.
- setTroidColumn(boolean) - Method in class org.melati.poem.prepro.FieldDef
-
Set the isTroidColumn property.
- setUnique(boolean) - Method in class org.melati.poem.prepro.FieldDef
-
Set the isUnique property.
- setWidth(int) - Method in class org.melati.poem.prepro.FieldDef
-
Set the width property.
- SizeApplicationException - Exception in org.melati.poem.prepro
-
Thrown when a SizeFieldQualifier is applied to
an inappropriate field.
- SizeFieldQualifier - Class in org.melati.poem.prepro
-
A FieldQualifier which enables the size of
strings to be specified.
- SizeFieldQualifier(StreamTokenizer) - Constructor for class org.melati.poem.prepro.SizeFieldQualifier
-
Constructor.
- SortDescendingFieldQualifier - Class in org.melati.poem.prepro
-
A FieldQualifier which defines whether
a Field is sorted in descending order.
- SortDescendingFieldQualifier() - Constructor for class org.melati.poem.prepro.SortDescendingFieldQualifier
-
Constructor.
- StringFieldDef - Class in org.melati.poem.prepro
-
A definition of a StringPoemType from the DSD.
- StringFieldDef(int, TableDef, String, int, Vector<FieldQualifier>) - Constructor for class org.melati.poem.prepro.StringFieldDef
-
Constructor.
- StringKeyReferenceFieldDef - Class in org.melati.poem.prepro
-
A definition of a StringKeyReferencePoemType from the DSD.
- StringKeyReferenceFieldDef(int, TableDef, String, String, int, String, Vector<FieldQualifier>) - Constructor for class org.melati.poem.prepro.StringKeyReferenceFieldDef
-
Constructor.
- StringUtils - Class in org.melati.poem.prepro
-
An assortment of useful operations on Strings.
- superclass - Variable in class org.melati.poem.prepro.TableNamingInfo
-
The TableNamingInfo of this Table's superclass
(or null if this extends Persistent or Table).
- superclassMainFQName() - Method in class org.melati.poem.prepro.TableNamingInfo
-
Calculate the full type for the superclass of the Persistent.
- superclassMainShortName() - Method in class org.melati.poem.prepro.TableNamingInfo
-
Calculate the name of the superclass of the Persistent.
- superclassMainUnambiguous() - Method in class org.melati.poem.prepro.TableNamingInfo
-
Calculate the type for objects in this Table.
- superclassTableFQName() - Method in class org.melati.poem.prepro.TableNamingInfo
-
Calculate the full type for the superclass of this Table.
- superclassTableShortName() - Method in class org.melati.poem.prepro.TableNamingInfo
-
Calculate the type for the superclass of this Table.
- superclassTableUnambiguous() - Method in class org.melati.poem.prepro.TableNamingInfo
-
Calculate the type for this Table.