|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
org.enhydra.zeus.binding | |
org.enhydra.zeus.generator |
Uses of Property in org.enhydra.zeus.binding |
Classes in org.enhydra.zeus.binding that implement Property | |
class |
AtomicProperty
AtomicProperty implements the
and
interfaces, and provides
for a simple name/value property representation. |
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. |
Methods in org.enhydra.zeus.binding with parameters of type Property | |
void |
Container.addProperty(Property property)
This will add a to
the member variables of this Container . |
void |
ContainerProperty.addProperty(Property property)
This will add a to
the member variables of this Container . |
void |
BaseContainer.addProperty(Property property)
This will add a to
the member variables of this Container . |
Uses of Property in org.enhydra.zeus.generator |
Methods in org.enhydra.zeus.generator with parameters of type Property | |
protected void |
SimpleGenerator.writePropertyMethodDecl(java.io.Writer writer,
Property property)
This will take a Property and generate the code
for that property as an accessor/mutator method (definition only). |
protected void |
SimpleGenerator.writeProperty(java.io.Writer writer,
Property property)
This will take a Property and generate the code
for that property as a member variable. |
protected void |
SimpleGenerator.writePropertyMethodImplementation(java.io.Writer writer,
Property property)
This will take a Property and generate the code
for that property as an accessor/mutator method (with implementation). |
protected void |
SimpleGenerator.generatePrimitiveAssignment(java.io.Writer writer,
Property property,
java.lang.String value)
This method will write to the writer an expression that evaluates to the value of the string value, but as the type of the property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |