class AutoDetachValue extends StringListValue
Modifier and Type | Field and Description |
---|---|
static String |
DETACH_CLOSE |
static String |
DETACH_COMMIT |
static String |
DETACH_NONE |
static String |
DETACH_NONTXREAD |
static String |
DETACH_ROLLBACK |
EMPTY
Constructor and Description |
---|
AutoDetachValue() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
getAliasList() |
int |
getConstant() |
Class |
getValueType()
Returns the type of the property that this Value represents.
|
void |
setConstant(int flags) |
get, getInternalString, set, setInternalObject, setInternalString, unalias
addEquivalentKey, addListener, alias, alias, assertChangeable, clone, equals, getAliases, getDefault, getEquivalentKeys, getInstantiatingGetter, getListeners, getLoadKey, getOriginalValue, getProperty, getPropertyKeys, getScope, getString, hashCode, hide, isAliasListComprehensive, isDynamic, isHidden, isPrivate, makePrivate, matches, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, setString, toString, unalias, valueChanged
public static final String DETACH_CLOSE
public static final String DETACH_COMMIT
public static final String DETACH_ROLLBACK
public static final String DETACH_NONTXREAD
public static final String DETACH_NONE
public Class getValueType()
Value
getValueType
in class StringListValue
public void setConstant(int flags)
public int getConstant()
protected List<String> getAliasList()
getAliasList
in class StringListValue
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.