|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeType | |
---|---|
org.weda.common | |
org.weda.model | |
org.weda.model.impl | |
org.weda.store | |
org.weda.store.impl |
Uses of ChangeType in org.weda.common |
---|
Methods in org.weda.common that return ChangeType | |
---|---|
static ChangeType |
ChangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of ChangeType in org.weda.model |
---|
Methods in org.weda.model that return ChangeType | |
---|---|
ChangeType |
TableModelEvent.getChangeType()
|
Uses of ChangeType in org.weda.model.impl |
---|
Methods in org.weda.model.impl that return ChangeType | |
---|---|
ChangeType |
TableModelEventImpl.getChangeType()
|
Constructors in org.weda.model.impl with parameters of type ChangeType | |
---|---|
TableModelEventImpl(ChangeType changeType)
|
Uses of ChangeType in org.weda.store |
---|
Methods in org.weda.store that return ChangeType | |
---|---|
ChangeType |
RowsChangeEvent.getChangeType()
Метод возвращает тип изменения. |
Uses of ChangeType in org.weda.store.impl |
---|
Methods in org.weda.store.impl that return ChangeType | |
---|---|
ChangeType |
RowsChangeEventImpl.getChangeType()
|
Constructors in org.weda.store.impl with parameters of type ChangeType | |
---|---|
RowsChangeEventImpl(ChangeType changeType)
|
|
RowsChangeEventImpl(ChangeType changeType,
java.util.List<java.lang.Object[]> changedRows)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |