| Package | Description |
|---|---|
| cz.abclinuxu.datoveschranky.common.entities | |
| cz.abclinuxu.datoveschranky.common.interfaces |
| Modifier and Type | Method and Description |
|---|---|
DataBoxType |
DataBox.getDataBoxType() |
DataBoxType |
OwnerInfo.getDataBoxType() |
static DataBoxType |
DataBoxType.valueOf(int val) |
static DataBoxType |
DataBoxType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataBoxType |
DataBoxType.valueOfByName(String name) |
static DataBoxType[] |
DataBoxType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataBox.setDataBoxType(DataBoxType type) |
void |
OwnerInfo.setDataBoxType(DataBoxType dataBoxType) |
| Constructor and Description |
|---|
DataBox(String id,
DataBoxType dataBoxType,
String name,
String adress) |
OwnerInfo(String dataBoxID,
DataBoxType dataBoxType,
DataBoxState dbState,
boolean dbEffectiveOVM,
boolean dbOpenAddressing) |
| Modifier and Type | Method and Description |
|---|---|
List<DataBoxWithDetails> |
DataBoxSearchService.find(DataBoxType type,
DataBoxWithDetails what)
Vrátí seznam datových schránek OVM, jež vyhovují dotazu.
|
Copyright © 2017. All rights reserved.