Interface | Description |
---|---|
ValueObjectInterface |
This interface is implemented by any object that wants to represent
the current value of a DataSource.
|
Class | Description |
---|---|
ArrayValueObject |
This will store an array of objects.
|
BinaryValueObject |
This is the instance of ValueObject that is created when you use the setBoolValue(), setIntValue(), setFloatValue()
and setStringValue().
|
BooleanObjectValueObject |
This is the instance of ValueObject that is created
from a java.lang.Boolean subclass.
|
DateRangeValueObject | |
DoubleValueObject |
This is the instance of ValueObject that is created
when you use the setBoolValue(), setIntValue(), setFloatValue()
and setStringValue().
|
GenericValueObject |
This is the instance of ValueObject that is created
when you use the setBoolValue(), setIntValue(), setFloatValue()
and setStringValue().
|
HistoricalValueObject |
This will store an array of values that where found with the two dates given.
|
LongValueObject |
This is the instance of ValueObject that is created
when you use the setBoolValue(), setIntValue(), setFloatValue()
and setStringValue().
|
NumberObjectValueObject |
This is the instance of ValueObject that is created
when you use the setBoolValue(), setIntValue(), setFloatValue()
and setStringValue().
|
PropertyValueObject |
This is the instance of ValueObject that is designed to send property
info to a bean, but without sending a new value.
|
StringValueObject |
This is the instance of ValueObject that is created
when you use the setBoolValue(), setIntValue(), setFloatValue()
and setStringValue().
|
TwoDimensionalValueObject |
This is a object that can hold a two dimensional array of ValueObjects.
|
ValueChangedEvent |
This event will be used by a DataSource to tell a ValueChangedListener
when its value has been updated.
|
ValueObject |
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.