Package | Description |
---|---|
ch.tatool.data |
Modifier and Type | Interface and Description |
---|---|
interface |
Module
Interface for a Module.
|
interface |
ModuleSession
Interface for a ModuleSession.
|
interface |
Trial
Trial datacontainer interface.
|
Modifier and Type | Method and Description |
---|---|
void |
Property.clearValue(DataContainer dataContainer,
PropertyHolder holder) |
void |
Property.clearValue(DataContainer dataContainer,
String id) |
String |
Property.getStringValue(DataContainer dataContainer,
PropertyHolder holder) |
String |
Property.getStringValue(DataContainer dataContainer,
PropertyHolder holder,
String defaultValue) |
String |
Property.getStringValue(DataContainer dataContainer,
String id) |
String |
Property.getStringValue(DataContainer dataContainer,
String id,
String defaultValue) |
T |
Property.getValue(DataContainer dataContainer,
PropertyHolder holder)
Get a value stored in a DataContainer.
|
T |
Property.getValue(DataContainer dataContainer,
PropertyHolder holder,
T defaultValue) |
T |
Property.getValue(DataContainer dataContainer,
String id) |
T |
Property.getValue(DataContainer dataContainer,
String id,
T defaultValue) |
void |
Property.restoreValue(DataContainer dataContainer,
PropertyHolder holder)
Restores a value from a DataContainer back into the element.
|
void |
Property.restoreValue(DataContainer dataContainer,
PropertyHolder holder,
T defaultValue) |
void |
Property.setStringValue(DataContainer dataContainer,
PropertyHolder holder,
String value) |
void |
Property.setStringValue(DataContainer dataContainer,
String id,
String value) |
void |
Property.setValue(DataContainer dataContainer,
PropertyHolder holder) |
void |
Property.setValue(DataContainer dataContainer,
PropertyHolder holder,
T value) |
void |
Property.setValue(DataContainer dataContainer,
String id,
T value) |
Copyright © 2013. All Rights Reserved.