org.enhydra.zeus.binding |
|
Java Source File Name | Type | Comment |
AbstractContainerTest.java | Class |
AbstractContainerTest is a base test for
Container objects. |
AbstractPropertyTest.java | Class |
AbstractPropertyTest is a base test for
Property objects. |
AtomicProperty.java | Class |
AtomicProperty implements the
org.enhydra.zeus.Binding and
Property interfaces, and provides
for a simple name/value property representation. |
AtomicPropertyTest.java | Class |
This is a test case for the
AtomicProperty class. |
BaseBinding.java | Class |
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.java | Class |
Container implements the
org.enhydra.zeus.Binding
interface and defines behavior for a binding that can contain other
bindings (usually
Property implementations). |
BaseProperty.java | Class |
Property implements the
Binding
interface and defines behavior for a property of a Java class.
These properties have modifiers, types, and names, as well
as a value.
This base implementation of Property defines the common
functionality for all Property implementations, removing
a need for them to duplicate code for this functionality. |
Container.java | Interface |
Container implements the
Binding
interface and defines behavior for a binding that can contain other
bindings (usually
Property implementations). |
ContainerProperty.java | Class |
ContainerProperty implements the
org.enhydra.zeus.Binding ,
Property , and
Container interfaces, and provides
for a complex object that is itself a property. |
ContainerPropertyTest.java | Class |
This is a test case for the
ContainerProperty class.
Even though ContainerProperty implements both
Property and
Container ,
ContainerPropertyTest will only provide a concrete
AbstractContainerTest . |
Property.java | Interface |
Property implements the
Binding
interface and defines behavior for a property of a Java class. |