org.jpox.enhancer.metadata
Interface SupportOptions


public interface SupportOptions

Supprted Options.

Version:
$Revision: 1.2 $

Field Summary
static java.lang.String FT_ARRAYLIST
          java.util.ArrayList field support
static java.lang.String FT_ARRAYS
          Array field support
static java.lang.String FT_BIGDECIMAL
          java.math.BigDecimal field support
static java.lang.String FT_BIGINTEGER
          java.math.BigInteger field support
static java.lang.String FT_COLLECTION
          java.util.Collection field support
static java.lang.String FT_DATE
          java.util.Date field support
static java.lang.String FT_HASHMAP
          java.util.HashMap field support
static java.lang.String FT_HASHSET
          java.util.HashSet field support
static java.lang.String FT_HASHTABLE
          java.util.Hashtable field support
static java.lang.String FT_LINKEDLIST
          java.util.LinkedList field support
static java.lang.String FT_LIST
          java.util.List field support
static java.lang.String FT_LOCALE
          java.util.Local field support
static java.lang.String FT_MAP
          java.util.Map field support
static java.lang.String FT_OBJECT
          java.lang.Object field support
static java.lang.String FT_PERSISTENCE_CAPABLE
          javax.jdo.spi.PersistenceCapable field support
static java.lang.String FT_SET
          java.util.Set field support
static java.lang.String FT_TREEMAP
          java.util.TreeMap field support
static java.lang.String FT_TREESET
          java.util.TreeSet field support
static java.lang.String FT_VECTOR
          java.util.Vector field support
static java.lang.String IDENTITY_APPLICATION
          identity-application support
static java.lang.String IDENTITY_DATASTORE
          identity-datastore support
static java.lang.String IDENTITY_NONDURABLE
          identity-nondurable support
static java.lang.String SERIALIZABLE_STORE
          field flag SERIALIZABLE support
static java.lang.String TRANSIENT_TRANSACTIONAL
          TransientTransactional support
 

Field Detail

FT_LOCALE

public static final java.lang.String FT_LOCALE
java.util.Local field support

See Also:
Constant Field Values

FT_BIGDECIMAL

public static final java.lang.String FT_BIGDECIMAL
java.math.BigDecimal field support

See Also:
Constant Field Values

FT_BIGINTEGER

public static final java.lang.String FT_BIGINTEGER
java.math.BigInteger field support

See Also:
Constant Field Values

FT_DATE

public static final java.lang.String FT_DATE
java.util.Date field support

See Also:
Constant Field Values

FT_HASHSET

public static final java.lang.String FT_HASHSET
java.util.HashSet field support

See Also:
Constant Field Values

FT_PERSISTENCE_CAPABLE

public static final java.lang.String FT_PERSISTENCE_CAPABLE
javax.jdo.spi.PersistenceCapable field support

See Also:
Constant Field Values

FT_COLLECTION

public static final java.lang.String FT_COLLECTION
java.util.Collection field support

See Also:
Constant Field Values

FT_SET

public static final java.lang.String FT_SET
java.util.Set field support

See Also:
Constant Field Values

FT_OBJECT

public static final java.lang.String FT_OBJECT
java.lang.Object field support

See Also:
Constant Field Values

FT_ARRAYLIST

public static final java.lang.String FT_ARRAYLIST
java.util.ArrayList field support

See Also:
Constant Field Values

FT_HASHMAP

public static final java.lang.String FT_HASHMAP
java.util.HashMap field support

See Also:
Constant Field Values

FT_HASHTABLE

public static final java.lang.String FT_HASHTABLE
java.util.Hashtable field support

See Also:
Constant Field Values

FT_LINKEDLIST

public static final java.lang.String FT_LINKEDLIST
java.util.LinkedList field support

See Also:
Constant Field Values

FT_TREEMAP

public static final java.lang.String FT_TREEMAP
java.util.TreeMap field support

See Also:
Constant Field Values

FT_TREESET

public static final java.lang.String FT_TREESET
java.util.TreeSet field support

See Also:
Constant Field Values

FT_VECTOR

public static final java.lang.String FT_VECTOR
java.util.Vector field support

See Also:
Constant Field Values

FT_MAP

public static final java.lang.String FT_MAP
java.util.Map field support

See Also:
Constant Field Values

FT_LIST

public static final java.lang.String FT_LIST
java.util.List field support

See Also:
Constant Field Values

FT_ARRAYS

public static final java.lang.String FT_ARRAYS
Array field support

See Also:
Constant Field Values

TRANSIENT_TRANSACTIONAL

public static final java.lang.String TRANSIENT_TRANSACTIONAL
TransientTransactional support

See Also:
Constant Field Values

IDENTITY_APPLICATION

public static final java.lang.String IDENTITY_APPLICATION
identity-application support

See Also:
Constant Field Values

IDENTITY_DATASTORE

public static final java.lang.String IDENTITY_DATASTORE
identity-datastore support

See Also:
Constant Field Values

IDENTITY_NONDURABLE

public static final java.lang.String IDENTITY_NONDURABLE
identity-nondurable support

See Also:
Constant Field Values

SERIALIZABLE_STORE

public static final java.lang.String SERIALIZABLE_STORE
field flag SERIALIZABLE support

See Also:
Constant Field Values


Copyright © -2007 . All Rights Reserved.