|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjigcell.compare.IDataSource.Option
public static final class IDataSource.Option
An enumeration of possible persistence types for an option.
Field Summary | |
---|---|
static IDataSource.Option |
COPYONLY
Indicates that an option should be copied but not persisted with the data source |
static IDataSource.Option |
SAFE
Indicates that an option should be copied and persisted with the data source. |
private java.lang.String |
type
Type of option |
static IDataSource.Option |
UNSAFE
Indicates that an option should neither be copied nor persisted with the data source |
Constructor Summary | |
---|---|
private |
IDataSource.Option()
Not allowed |
private |
IDataSource.Option(java.lang.String type)
Create a new type of option. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final IDataSource.Option SAFE
public static final IDataSource.Option COPYONLY
public static final IDataSource.Option UNSAFE
private final java.lang.String type
Constructor Detail |
---|
private IDataSource.Option()
private IDataSource.Option(java.lang.String type)
type
- Option typeMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |