|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldInputQualifyType | |
com.sap.ip.me.api.smartsync |
Uses of FieldInputQualifyType in com.sap.ip.me.api.smartsync |
Fields in com.sap.ip.me.api.smartsync declared as FieldInputQualifyType | |
static FieldInputQualifyType |
FieldInputQualifyType.DEFAULT
The field may be set; optional input. |
static FieldInputQualifyType |
FieldInputQualifyType.MANDATORY
The field must be set; mandatory input. |
static FieldInputQualifyType |
FieldInputQualifyType.FORBIDDEN
The field must not be set;, forbidden input. |
Methods in com.sap.ip.me.api.smartsync that return FieldInputQualifyType | |
static FieldInputQualifyType |
FieldInputQualifyType.forInt(int typeAsint)
Returns the FieldInputQualifyType instance for the specified integer. |
FieldInputQualifyType |
FieldDescriptor.getCreateInputQualifyType()
Identify qualification of application input when the field is created on device but is not synchronized with the backend. |
FieldInputQualifyType |
FieldDescriptor.getModifyInputQualifyType()
Identify qualification of applications input when the field has been synchronized with the backend. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |