|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.io.File directory)
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
interface and defines behavior for a binding that can contain other
bindings (usually implementations). |
interface |
Property
Property implements the
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
and
interfaces, and provides
for a simple name/value property representation. |
class |
BaseContainer
implements the
interface and defines behavior for a binding that can contain other
bindings (usually implementations). |
class |
BaseProperty
implements the
interface and defines behavior for a property of a Java class. |
class |
ContainerProperty
ContainerProperty implements the
,
, and
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,
java.io.File directory)
This will convert from a set of constraints to Java classes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |