| Package | Description |
|---|---|
| ch.tatool.core.data | |
| ch.tatool.core.executable | |
| ch.tatool.data |
| Modifier and Type | Class and Description |
|---|---|
class |
DateProperty
Date value property object
|
class |
DoubleProperty
Double value property object
|
class |
GenericProperty<T>
Generic property data object.
|
class |
IntegerProperty
Integer value property object
|
class |
LongProperty
Long value property object
|
class |
ObjectProperty
Object value property object
|
static class |
Result.ResultProperty
Adds support for setting the result as a boolean to a standard StringProperty object.
|
class |
StringProperty
String value property object
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DataUtils.clearPropertyHolder(PropertyHolder propertyHolder,
Property<?>[] properties)
Removes all properties from the properties holder.
|
static void |
DataUtils.storeProperties(DataContainer dataContainer,
PropertyHolder propertyHolder,
Property<?>[] properties)
Copies all properties from the holder onto a PropertiesContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
Property<?>[] |
QuestionnaireExecutable.getPropertyObjects() |
Property<?>[] |
ConfidenceRatingExecutable.getPropertyObjects() |
Property<?>[] |
AbstractHTMLExecutable.getPropertyObjects() |
| Modifier and Type | Method and Description |
|---|---|
Property<?>[] |
DescriptivePropertyHolder.getPropertyObjects()
Return the property objects supported / set by this PropertyHolder.
|
Copyright © 2013. All Rights Reserved.