Class DoubleField
- java.lang.Object
- 
- simpleorm.dataset.SFieldMeta
- 
- simpleorm.dataset.SFieldScalar
- 
- simpleorm.dataset.SFieldDouble
- 
- com.inductiveautomation.ignition.gateway.localdb.persistence.DoubleField
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class DoubleField extends SFieldDouble - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class simpleorm.dataset.SFieldScalarsqlDataTypeOverride, theGenerator
 - 
Fields inherited from class simpleorm.dataset.SFieldMetaquoteName
 
- 
 - 
Constructor SummaryConstructors Constructor Description DoubleField(SRecordMeta<?> meta, java.lang.String columnName, SFieldFlags... pvals)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleFieldaddValidator(org.apache.wicket.validation.IValidator wicketValidator)FormMetagetFormMeta()DoubleFieldsetDefault(java.lang.Double value)DoubleFieldsetIndexed(boolean value)- 
Methods inherited from class simpleorm.dataset.SFieldDoubleconvertToDataSetFieldType, defaultSqlDataType, isFKeyCompatible, javaSqlType, queryFieldValue
 - 
Methods inherited from class simpleorm.dataset.SFieldScalargetColumnName, getGeneratorMode, getGeneratorParameter, getMaxSize, getReferences, getTheGenerator, isForeignKey, isGenerated, isMandatory, isNotOptimisticLocked, isPrimary, overrideSqlDataType, setGeneratorMode, setMaxSize, setTheGenerator, toLongerString
 - 
Methods inherited from class simpleorm.dataset.SFieldMetaaddFlag, addValidator, doValidate, equals, getFieldName, getFlags, getRecordMeta, getUserProperties, getUserProperty, getValidators, hashCode, isDescriptive, isUnqueried, nextGeneratedValue, putUserProperty, readResolve, setQuoted, toString, writeFieldValue, writeFieldValue
 
- 
 
- 
- 
- 
Constructor Detail- 
DoubleFieldpublic DoubleField(SRecordMeta<?> meta, java.lang.String columnName, SFieldFlags... pvals) 
 
- 
 - 
Method Detail- 
getFormMetapublic FormMeta getFormMeta() 
 - 
setDefaultpublic DoubleField setDefault(java.lang.Double value) 
 - 
setIndexedpublic DoubleField setIndexed(boolean value) 
 - 
addValidatorpublic DoubleField addValidator(org.apache.wicket.validation.IValidator wicketValidator) 
 
- 
 
-