Package xal.tools.data
package xal.tools.data
-
ClassDescriptionGenerate a compound qualifier using the "and" operation.Merge multiple qualifiers to form a single qualifier
DataAdaptor
is a generic interface to an external data source.DataAttribute classDataListener is a generic interface for an object that (receives/writes) data (from/to) a generic DataAdaptor.**************************************************************************** DataTable is internal storage resembling a database table.********************************************************************** Exception thrown when attempting to add a record which causes an inconsistency.************************************************************************ This exception is thrown when attempting to fetch a single record with bindings and more than one record matches the criteria.Interface for handling data table eventsEditContext manages dynamic data held in all associated tables.interface for handling edit context eventsInterface extending DataAdaptor with some convenience methods to write DataAdaptors to files.GenericRecord is the default record class for DataTable.A runtime exception thrown while attempting to parse values stored as strings into an object of the appropriate type.Interface for storing and restoring the state of an object via a data archive exposing the DataAdaptor interface.Interface specifying methods for saving/restore object data from anEditContext
object.InMemoryDataAdaptorRepresents objects whose parameters can be retrieved using keys.Provides methods to set and get an object's values for its named propertiesException thrown to indicate that an accessor cannot be found for the specified target/key pair.Exception thrown to indicate that a setter cannot be found for the specified target/key/value group.filter a list of objects according to the values associated with the specified keysQualifier to filter (based on the specified pattern) a record's value associated with a specified key.Check that a record's value corresponding to the specified key compares to the specified value based on the comparison type.Listener for key value record modificationsfactory to support sorting using the key value adaptorQualifier which negates another qualifier's matching.Generate a compound qualifier using the "or" operation.Interface for qualifying objects.SortOrdering can be used in DataTable queries to order records based on their values associated with the sort ordering keys.A volatile implementation of theDataAdaptor
interface.