@Deprecated public static enum OfflineDBObjectFactory.IDScheme extends java.lang.Enum<OfflineDBObjectFactory.IDScheme>
| Enum Constant and Description | 
|---|
ID_BASED
Deprecated.  
  | 
NAME_BASED
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static OfflineDBObjectFactory.IDScheme | 
valueOf(java.lang.String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static OfflineDBObjectFactory.IDScheme[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in the order they are declared. 
 | 
public static final OfflineDBObjectFactory.IDScheme NAME_BASED
public static final OfflineDBObjectFactory.IDScheme ID_BASED
public static OfflineDBObjectFactory.IDScheme[] values()
for (OfflineDBObjectFactory.IDScheme c : OfflineDBObjectFactory.IDScheme.values())
    System.out.println(c);
public static OfflineDBObjectFactory.IDScheme valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null