|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectSource.Mode | |
---|---|
org.weda.store | |
org.weda.store.impl |
Uses of ObjectSource.Mode in org.weda.store |
---|
Methods in org.weda.store that return ObjectSource.Mode | |
---|---|
ObjectSource.Mode |
ObjectSource.getMode()
Метод возвращает режим в котором работает источник данных |
static ObjectSource.Mode |
ObjectSource.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ObjectSource.Mode[] |
ObjectSource.Mode.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.weda.store with parameters of type ObjectSource.Mode | |
---|---|
void |
ObjectSource.setMode(ObjectSource.Mode mode)
Метод устанавливает режим в котором работает источник данных |
Uses of ObjectSource.Mode in org.weda.store.impl |
---|
Methods in org.weda.store.impl that return ObjectSource.Mode | |
---|---|
ObjectSource.Mode |
ObjectSourceImpl.getMode()
|
Methods in org.weda.store.impl with parameters of type ObjectSource.Mode | |
---|---|
void |
ObjectSourceImpl.setMode(ObjectSource.Mode mode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |