org.rococoa.cocoa.syncservices
Class SyncServicesLibrary.ISyncRecordEntityNameKey

java.lang.Object
  extended by org.rococoa.cocoa.syncservices.SyncServicesLibrary.ISyncRecordEntityNameKey
Enclosing interface:
SyncServicesLibrary

public static final class SyncServicesLibrary.ISyncRecordEntityNameKey
extends Object

Every record passed to the sync engine (and every record received from the sync engine) must be
associated with an entity. The name of the entity is stored in the record dictionary using
this key.


Nested Class Summary
static class SyncServicesLibrary.ISyncRecordEntityNameKey.ISyncRecordEntityNameKey_holder
           
 
Constructor Summary
SyncServicesLibrary.ISyncRecordEntityNameKey()
           
 
Method Summary
static SyncServicesLibrary.ISyncRecordEntityNameKey.ISyncRecordEntityNameKey_holder get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncServicesLibrary.ISyncRecordEntityNameKey

public SyncServicesLibrary.ISyncRecordEntityNameKey()
Method Detail

get

public static SyncServicesLibrary.ISyncRecordEntityNameKey.ISyncRecordEntityNameKey_holder get()