Package things.data

Interface Summary
Accessor This is an access abstraction.
AttributeReader This defines something that has attributes but can only be read.
Attributes This defines something that has attributes and read access only.
Data This defines a piece of data and the methods of managing it.
LineFeeder A line feeder mechanism.
ThingsProperty General property interface that defines the text format.
ThingsPropertyTree Property tree interface.
ThingsPropertyTrunk A two way channel for getting or putting properties.
ThingsPropertyView The basic property view.
ThingsPropertyViewReader The basic property view for read only.
 

Class Summary
AttributeCodec Defines standard methods for encoding and decoding attributes as other data types.
Entity<O> An entry is with object data and attributes and and has an identity.
The metadata and attributes are immutable, but the object data is not.
Entry An entry is an a data with attributes but no identity.
FlaggedString A flagged string.
Nubblet This is a nubblet, the simplest form of Data.
NV This is a name/value pair as strings.
NVImmutable This is a name/value pair as strings.
Receipt This is standard receipt.
ReceiptList This is standard receipt list.
ThingsPropertyDescription A description of a property.
ThingsPropertyReaderToolkit A grab bag of static property utilities as well as a view utility object class.
 

Enum Summary
Data.Priority Priority of the data.
Data.Type Type of Data.
Receipt.Type  
ThingsPropertyReaderToolkit.Validations The supported validations.
ThingsPropertyTrunk.Mode The mode for this trunk.
 



Things.