public class SearchabilityFieldDef extends FieldDef
capitalisedName, displayLevel, displayOrder, fieldQualifiers, lineNumber, name, rawType, searchability, table, typeShortName| Constructor and Description |
|---|
SearchabilityFieldDef(int lineNo,
TableDef table,
String name,
int displayOrder,
Vector<FieldQualifier> qualifiers)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
generateBaseMethods(Writer w)
Write out this
Column's base methods. |
protected void |
generateColRawAccessors(Writer w)
Write out this
Column's field accessors as part of the
anonymous definition of the Column. |
void |
generateJavaDeclaration(Writer w)
Write out this
Field's java declaration string. |
String |
poemTypeJava() |
from, generateColAccessor, generateColDecl, generateColDefinition, generateFieldCreator, getHeight, getWidth, isCreateable, isDeletedColumn, isEditable, isIndexed, isNullable, isSortDescending, isTroidColumn, isUnique, setCreateable, setDeletedColumn, setEditable, setHeight, setIndexed, setNullable, setSortDescending, setTroidColumn, setUnique, setWidth, toStringpublic SearchabilityFieldDef(int lineNo,
TableDef table,
String name,
int displayOrder,
Vector<FieldQualifier> qualifiers)
throws org.melati.poem.prepro.IllegalityException
lineNo - the line number in the DSD filetable - the TableDef that this Field is
part ofname - the name of this fielddisplayOrder - where to place this field in a listqualifiers - all the qualifiers of this fieldIllegalityException - if a semantic inconsistency is detectedprotected void generateColRawAccessors(Writer w) throws IOException
FieldDefColumn's field accessors as part of the
anonymous definition of the Column.generateColRawAccessors in class FieldDefw - The base table java file.IOException - if something goes wrong with the file systempublic void generateBaseMethods(Writer w) throws IOException
FieldDefColumn's base methods.generateBaseMethods in class FieldDefw - The base persistent java file.IOException - if something goes wrong with the file systempublic void generateJavaDeclaration(Writer w) throws IOException
Field's java declaration string.generateJavaDeclaration in class FieldDefw - The base persistent java file.IOException - if something goes wrong with the file systempublic String poemTypeJava()
poemTypeJava in class FieldDefPoemType.Copyright © 2000–2021 PanEris. All rights reserved.