Package com.partnersoft.data.cog

Interface Summary
Coggable A coggable is an object that can have its state set or gotten via a Cog object.
 

Class Summary
Cog Cog stands for Configurable Object Graph.
CogDataDictionary A Data Dictionary is really just a Naming of cog datatype descriptions.
CogDatatype This represents a defined field or class, with name, description, validation rules, GUI settings, permissions, etc.
CogLib Various handy cog functions.
CogList An actual cog data structure.
CogListType This represents the metadata for a list Cog field.
CogMixedType This represents the metadata for a Cog mixed type.
CogNaming An actual cog data named values list.
CogNamingType This represents the metadata for a naming Cog field.
CogPrimitiveType This represents the metadata for a primitive Cog field.
CogStructure An actual cog data structure.
CogStructureType This represents the metadata for a Cog structure.
CogStructureTypeField Description of a field in a CogStructureType.
CogWrapper This is a wrapper around JavaBeans, Maps, and other objects that can be treated like a Cog using some jiggery-pokery behind the scenes.