Package net.charlesames.utility.entity

Interface Summary
EntityContainer Implementation Interface for objects that Entity instances can list as their container.
 

Class Summary
Clipboard The Clipboard class implements temporary storage for instances of WriteableEntity which have been serialized into and XML Document.
Entity Entity is an abstract base class enhancing Object.
WriteableEntity A WriteableEntity is an Entity whose contents can be saved to or loaded from a file.
XmlAttribute An XmlAttribute instance is a component of an XmlSpec that maps object properties to XML attributes.
XmlChoice An XmlChoice instance is a component of an XmlSpec that offers a choice between XmlComplexElement instances.
XmlComplexElement An XmlComplexElement instance is a component of an XmlSpec that maps object properties, object references, and child objects to XML child elements.
XmlContent An XmlContent instance is a component of an XmlSpec that maps object properties to XML text content.
XmlElement Abstract base for XmlSimpleElement and XmlComplexElement classes.
XmlExtensionElement Deprecated.  
XmlNode The abstract XmlNode class implements functionality shared between the XmlAttribute and XmlSimpleElement classes.
XmlSimpleElement An XmlSimpleElement instance is a component of an XmlSpec that maps object properties, object references, and child objects to XML child elements.
XmlSpec Each subclass of WriteableEntity has a static XmlSpec instance that explains how data should be either saved to an XML data element or recovered from an XML data element.
XmlTags String constants which production.entity classes use for XML input and output.
XmlType An XmlType instance is a component of an XmlAttribute or an XmlSimpleElement which identifies what kind of data is involved.
 

Enum Summary
Status