Package | Description |
---|---|
ch.tatool.data | |
ch.tatool.element | |
ch.tatool.exec |
Modifier and Type | Interface and Description |
---|---|
interface |
DescriptivePropertyHolder
Describes properties commonly set on the implementing PropertyHolder.
|
Modifier and Type | Method and Description |
---|---|
void |
Property.clearValue(DataContainer dataContainer,
PropertyHolder holder) |
void |
Property.clearValue(PropertyHolder holder) |
String |
Property.getStringValue(DataContainer dataContainer,
PropertyHolder holder) |
String |
Property.getStringValue(DataContainer dataContainer,
PropertyHolder holder,
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(PropertyHolder holder) |
T |
Property.getValue(PropertyHolder holder,
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.setValue(DataContainer dataContainer,
PropertyHolder holder) |
void |
Property.setValue(DataContainer dataContainer,
PropertyHolder holder,
T value) |
void |
Property.setValue(PropertyHolder holder,
T value) |
Modifier and Type | Interface and Description |
---|---|
interface |
Element
An element in the execution tree.
|
interface |
Executable
Executable element interface.
|
interface |
Node
The node interface allows for a class to be used as part of the hierarchy tree in Tatool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExecutionContext
Execution context
This is a one stop shop for elements during execution.
|
Copyright © 2013. All Rights Reserved.