Uses of Interface
org.enhydra.zeus.Binding

Packages that use Binding
org.enhydra.zeus   
org.enhydra.zeus.binding   
org.enhydra.zeus.generator   
 

Uses of Binding in org.enhydra.zeus
 

Methods in org.enhydra.zeus with parameters of type Binding
 void Generator.generate(Binding binding)
           This will convert from a set of constraints to Java classes.
 

Uses of Binding in org.enhydra.zeus.binding
 

Subinterfaces of Binding in org.enhydra.zeus.binding
 interface Container
           Container implements the Binding interface and defines behavior for a binding that can contain other bindings (usually Property implementations).
 interface Property
           Property implements the Binding interface and defines behavior for a property of a Java class.
 

Classes in org.enhydra.zeus.binding that implement Binding
 class AtomicProperty
           AtomicProperty implements the Binding and Property interfaces, and provides for a simple name/value property representation.
 class BaseContainer
           Container implements the Binding interface and defines behavior for a binding that can contain other bindings (usually Property implementations).
 class BaseProperty
           Property implements the Binding interface and defines behavior for a property of a Java class.
 class ContainerProperty
           ContainerProperty implements the Binding, Property, and Container interfaces, and provides for a complex object that is itself a property.
 

Uses of Binding in org.enhydra.zeus.generator
 

Methods in org.enhydra.zeus.generator with parameters of type Binding
 void SimpleGenerator.generate(Binding binding)
           This will convert from a set of constraints to Java classes.
 



Copyright © 2001 Enhydra. All Rights Reserved.