|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasisFieldType | |
com.sap.ip.me.api.smartsync |
Uses of BasisFieldType in com.sap.ip.me.api.smartsync |
Fields in com.sap.ip.me.api.smartsync declared as BasisFieldType | |
static BasisFieldType |
BasisFieldType.C
A field type for fixed length characters; represented in the client as java.lang.String. |
static BasisFieldType |
BasisFieldType.D
A field type for date; represented in the client as Calendar when using
Mobile Engine 2.1 API (@link Row#getFieldValue(FieldDescriptor)
Date when using Mobile Infrastructure 2.5
API Field.getValue()
|
static BasisFieldType |
BasisFieldType.P
A field type for packet; represented in the client as FixedDecimal when using
Mobile Engine 2.1 API Row.getFieldValue(FieldDescriptor)
BigDecimal when using Mobile Infrastructure 2.5
API Field.getValue()
Avoid field with a total length greater than 18 digits, this decreases
performance. |
static BasisFieldType |
BasisFieldType.N
A field type for numeric characters; represented in the client as String when using
Mobile Engine 2.1 API Row.getFieldValue(FieldDescriptor)
BigInteger when using Mobile Infrastructure 2.5
APIField.getValue()
Avoid field with a total length greater than 18 digits, this decreases performance. |
static BasisFieldType |
BasisFieldType.T
A field type for time; represented in the client as Calendar when using
Mobile Engine 2.1 API (@link Row#getFieldValue(FieldDescriptor)
Time when using Mobile Infrastructure 2.5
API {(@link Field#getValue()}
|
Methods in com.sap.ip.me.api.smartsync that return BasisFieldType | |
BasisFieldType |
FieldDescriptor.getFieldType()
Retuns the BasisFieldType instance of the field described by this FieldDescriptor. |
static BasisFieldType |
BasisFieldType.forString(java.lang.String fieldStringRep)
Returns a BasisFieldType instance for the specified String representation of the field. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |