Package | Description |
---|---|
com.suncode.pwfl.archive |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
|
Modifier and Type | Method and Description |
---|---|
IndexType |
IndexInfo.getType()
Typ indeksu
|
static IndexType |
IndexType.getType(String name) |
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexInfo.setType(IndexType type)
Typ indeksu
|
Constructor and Description |
---|
IndexInfo(Long id,
String name,
Object value,
IndexType type)
Tworzy definicję indeksu
|
Copyright © 2018 Suncode. All rights reserved.