Uses of Interface
com.sap.ip.me.api.smartsync.Field

Packages that use Field
com.sap.ip.me.api.smartsync   
 

Uses of Field in com.sap.ip.me.api.smartsync
 

Subinterfaces of Field in com.sap.ip.me.api.smartsync
 interface CharacterField
           CharacterField represents the static type of field with java.lang.String as the underlying data type.
 interface DateField
           DateField represents the static type of field with java.sql.Date as the underlying data type.
 interface DecimalField
           DecimalField represents the static type of field with java.math.BigDecimal as the underlying data type.
 interface NumericField
           NumericField represents the static type of field with java.math.BigInteger as the underlying data type.
 interface TimeField
           TimeField represents the static type of field with java.sql.Time as the underlying data type.
 

Methods in com.sap.ip.me.api.smartsync that return Field
 Field Row.getField(FieldDescriptor fieldDescriptor)
          Retrieve a Field object for a specific FieldDescriptor.
 Field Row.getKeyField()
          Returns the Field instance of the key field value
 Field[] Row.getFields()
          Retrieve the array of Field objects of this Row.
 Field[] Row.getGroupFields(FieldGroupDescriptor fieldGroupDescriptor)
          Returns the array of Field objects that are of the same groups as specified in the FieldGroupDescriptor
 Field[] Field.getGroupFields(FieldGroupType fieldGroupType)
          Returns an array of other Field objects that are in the same specified group type.
 



Copyright © 2005 SAP AG. All Rights Reserved.