superwaba.ext.ce.io.builtin
Class IAppointments

java.lang.Object
  |
  +--superwaba.ext.ce.io.builtin.IObjects
        |
        +--superwaba.ext.ce.io.builtin.IAppointments

public class IAppointments
extends superwaba.ext.ce.io.builtin.IObjects

represents a collection of IAppointments


Fields inherited from class superwaba.ext.ce.io.builtin.IObjects
objects
 
Constructor Summary
IAppointments(StringExt nativeString)
          create a new instance of IAppointments and fills it with newly created instances of IAppointment which are generated by reading out the native String which comes from CeIoBuiltIn.dll by calling the superclass constructor of IObject
 
Method Summary
 IAppointment iAppointmentAt(int position)
          returns the IAppointment at the given index
 IObject newObject(StringExt nativeString)
          returns a new IObject which is filled with the data from the nativeString
 
Methods inherited from class superwaba.ext.ce.io.builtin.IObjects
size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IAppointments

public IAppointments(StringExt nativeString)
create a new instance of IAppointments and fills it with newly created instances of IAppointment which are generated by reading out the native String which comes from CeIoBuiltIn.dll by calling the superclass constructor of IObject
Parameters:
nativeString - the native String (as StringExt) from CeIoBuiltIn.dll
Method Detail

newObject

public IObject newObject(StringExt nativeString)
Description copied from class: superwaba.ext.ce.io.builtin.IObjects
returns a new IObject which is filled with the data from the nativeString
Overrides:
newObject in class superwaba.ext.ce.io.builtin.IObjects
Tags copied from class: superwaba.ext.ce.io.builtin.IObjects
Parameters:
nativeString - a StringExt from a native method call of CeIoBuiltIn.dll
Returns:
a new IObject

iAppointmentAt

public IAppointment iAppointmentAt(int position)
returns the IAppointment at the given index
Parameters:
position - the index of the IAppointment to be returned
Returns:
the IAppointment at the given index