public class DoubleFieldDef extends AtomFieldDef
capitalisedName, displayLevel, displayOrder, fieldQualifiers, lineNumber, name, rawType, searchability, table, typeShortName| Constructor and Description |
|---|
DoubleFieldDef(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. |
generateColRawAccessors, generateJavaDeclaration, poemTypeJavafrom, 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 DoubleFieldDef(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 detectedpublic void generateBaseMethods(Writer w) throws IOException
FieldDefColumn's base methods.generateBaseMethods in class AtomFieldDefw - The base persistent java file.IOException - if something goes wrong with the file systemCopyright © 2000–2021 PanEris. All rights reserved.