com.sybase.uep.bobclient.controls
Interface PIMControl

All Known Subinterfaces:
ITextInput
All Known Implementing Classes:
CheckBox, PasswordInput, RadioBoxGroup, SelectBox, TextInput

public interface PIMControl

This is the PIMControl interface All controls that will need to read and write from PIM applications need to implement this interface

Author:
tdang

Method Summary
 LogicalType getLogicalType()
           
 java.lang.Object getPIMValue()
           
 java.lang.String getSchemaType()
           
 void setPIMValue(java.lang.Object value)
           
 

Method Detail

getLogicalType

LogicalType getLogicalType()

getSchemaType

java.lang.String getSchemaType()

setPIMValue

void setPIMValue(java.lang.Object value)

getPIMValue

java.lang.Object getPIMValue()