Package net.rim.device.api.synchronization

Examples of net.rim.device.api.synchronization.SyncCollectionSchema


        }

        _listeners = new CloneableVector();

        // Set up the schema for the collection
        _schema = new SyncCollectionSchema();
        _schema.setDefaultRecordType(DEFAULT_RECORD_TYPE);
        _schema.setKeyFieldIds(DEFAULT_RECORD_TYPE, KEY_FIELD_IDS);
    }
View Full Code Here

TOP

Related Classes of net.rim.device.api.synchronization.SyncCollectionSchema

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.