Uses of Class
nz.co.econz.nads.timecard1.FieldDeviceProperty

Packages that use FieldDeviceProperty
nz.co.econz.nads.timecard1   
 

Uses of FieldDeviceProperty in nz.co.econz.nads.timecard1
 

Fields in nz.co.econz.nads.timecard1 declared as FieldDeviceProperty
static FieldDeviceProperty FieldDeviceProperty.EDITABLE
           
static FieldDeviceProperty FieldDeviceProperty.REQUIRED
           
 

Methods in nz.co.econz.nads.timecard1 that return FieldDeviceProperty
static FieldDeviceProperty FieldDeviceProperty.fromString(java.lang.String value)
           
static FieldDeviceProperty FieldDeviceProperty.fromValue(java.lang.String value)
           
 FieldDeviceProperty CustomFieldBean.getDeviceProperty()
          Gets the deviceProperty value for this CustomFieldBean.
 

Methods in nz.co.econz.nads.timecard1 with parameters of type FieldDeviceProperty
 void CustomFieldBean.setDeviceProperty(FieldDeviceProperty deviceProperty)
          Sets the deviceProperty value for this CustomFieldBean.
 

Constructors in nz.co.econz.nads.timecard1 with parameters of type FieldDeviceProperty
BooleanCustomField(java.lang.String name, FieldDeviceProperty deviceProperty, int orderIndex, java.lang.String primaryKey, boolean defaultValue)
           
CurrencyCustomField(java.lang.String name, FieldDeviceProperty deviceProperty, int orderIndex, java.lang.String primaryKey, java.math.BigDecimal defaultValue, java.math.BigDecimal minimum, java.math.BigDecimal maximum)
           
CustomFieldBean(java.lang.String name, FieldDeviceProperty deviceProperty, int orderIndex, java.lang.String primaryKey)
           
DecimalCustomField(java.lang.String name, FieldDeviceProperty deviceProperty, int orderIndex, java.lang.String primaryKey, java.math.BigDecimal defaultValue, java.math.BigDecimal minimum, java.math.BigDecimal maximum)
           
ListCustomField(java.lang.String name, FieldDeviceProperty deviceProperty, int orderIndex, java.lang.String primaryKey, java.lang.String defaultValue, java.lang.String[] list)
           
TextCustomField(java.lang.String name, FieldDeviceProperty deviceProperty, int orderIndex, java.lang.String primaryKey, java.lang.String defaultValue)
           
TimeCustomField(java.lang.String name, FieldDeviceProperty deviceProperty, int orderIndex, java.lang.String primaryKey, java.util.Calendar defaultValue)
           
WholeNumberCustomField(java.lang.String name, FieldDeviceProperty deviceProperty, int orderIndex, java.lang.String primaryKey, java.math.BigInteger defaultValue, java.math.BigInteger minimum, java.math.BigInteger maximum)
           
 



Copyright © 2017 The Electronic Company of New Zealand (1971) Limited