| Class Summary |
| AtomicProperty |
AtomicProperty implements the
Binding and
Property interfaces, and provides
for a simple name/value property representation. |
| BaseBinding |
Binding represents an arbitrary Java construct,
and provides a representation-independent means of showing
how a constraint (presumably from an XML Schema, DTD, Relax
schema, etc.) maps to Java. |
| BaseContainer |
Container implements the
Binding
interface and defines behavior for a binding that can contain other
bindings (usually Property implementations). |
| BaseProperty |
Property implements the Binding
interface and defines behavior for a property of a Java class. |
| ContainerProperty |
ContainerProperty implements the
Binding,
Property, and
Container interfaces, and provides
for a complex object that is itself a property. |