A B C D G I J M N O P R S U W

G

generate(Binding, File) - Method in interface org.enhydra.zeus.Generator
This will convert from a set of constraints to Java classes.
generate(Binding, File) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will convert from a set of constraints to Java classes.
Generator - interface org.enhydra.zeus.Generator.
Generator is the portion of Zeus that will convert a set of constraints, visible through a Binding, and output them as generated Java classes (to a Result.
getAccessModifier() - Method in class org.enhydra.zeus.binding.BaseProperty
This will return the access level modifier for a property.
getAccessModifier() - Method in interface org.enhydra.zeus.binding.Property
This will return the access level modifier for a property.
getAccessModifier() - Method in class org.enhydra.zeus.binding.ContainerProperty
This will return the access level modifier for a property.
getAccessModifierString() - Method in class org.enhydra.zeus.binding.BaseProperty
This will return the Java String representation of this Property's access modifier.
getAccessModifierString() - Method in interface org.enhydra.zeus.binding.Property
This will return the Java String representation of this Property's access modifier.
getAccessModifierString() - Method in class org.enhydra.zeus.binding.ContainerProperty
This will return the Java String representation of this Property's access modifier.
getBindings() - Method in interface org.enhydra.zeus.Binder
This is integral portion of the Binder.
getBindings() - Method in class org.enhydra.zeus.binder.BaseBinder
This is integral portion of the Binder.
getBindings() - Method in class org.enhydra.zeus.binder.SchemaBinder
This is integral portion of the Binder.
getBindings() - Method in class org.enhydra.zeus.binder.DTDBinder
This is integral portion of the Binder.
getCollectionClass() - Method in interface org.enhydra.zeus.Generator
This will return the current class used for Collection properties.
getCollectionClass() - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will return the current class used for Collection properties.
getCollectionImplClass(String) - Static method in class org.enhydra.zeus.util.ClassUtils
For a supplied Collection class, this will return an implementation of that class.
getDefaultValue() - Method in class org.enhydra.zeus.binding.BaseProperty
This will retrieve the default value associated with this property, or null if there is not one.
getDefaultValue() - Method in interface org.enhydra.zeus.binding.Property
This will retrieve the default value associated with this property, or null if there is not one.
getDefaultValue() - Method in class org.enhydra.zeus.binding.ContainerProperty
This will retrieve the default value associated with this property, or null if there is not one.
getDocument() - Method in interface org.enhydra.zeus.Source
This will return a JDOM Document that represents the input source.
getDocument() - Method in class org.enhydra.zeus.source.BaseSource
This will return a JDOM Document that represents the input source.
getDocument() - Method in class org.enhydra.zeus.source.DTDSource
This will always return null since there is no way to represent an XML DTD as a JDOM Document (or any XML document representation).
getDocument() - Method in class org.enhydra.zeus.source.StreamSource
This will return a JDOM Document that represents the input source.
getDTD() - Method in class org.enhydra.zeus.source.DTDSource
This will return the DTDParser's DTD representation of the supplied XML DTD.
getDTD() - Method in class org.enhydra.zeus.source.StreamDTDSource
This will return the DTDParser's DTD representation of the supplied XML DTD.
getImplClass(String) - Method in class org.enhydra.zeus.Unmarshaller
For the supplied interface name, this will return the current implementation class associated with the interface.
getJavaType() - Method in interface org.enhydra.zeus.Binding
This will return the Java type associated with the binding.
getJavaType() - Method in class org.enhydra.zeus.binding.BaseBinding
This will return the Java type associated with the binding.
getName() - Method in interface org.enhydra.zeus.Binding
This will return the name of the binding.
getName() - Method in class org.enhydra.zeus.binding.BaseBinding
This will return the name of the binding.
getParameter(String, Class) - Static method in class org.enhydra.zeus.util.ClassUtils
This will take the String value supplied and convert it to an Object of the type specified in paramType.
getProperties() - Method in interface org.enhydra.zeus.binding.Container
This will return a list of all the Property objects that this Container has.
getProperties() - Method in class org.enhydra.zeus.binding.ContainerProperty
This will return a list of all the Property objects that this Container has.
getProperties() - Method in class org.enhydra.zeus.binding.BaseContainer
This will return a list of all the Property objects that this Container has.
getSystemID() - Method in interface org.enhydra.zeus.Result
This will return the system ID associated with this Result.
getSystemID() - Method in interface org.enhydra.zeus.Source
This will return the system ID associated with this Source.
getSystemID() - Method in class org.enhydra.zeus.result.BaseResult
This will return the system ID associated with this Result.
getSystemID() - Method in class org.enhydra.zeus.source.BaseSource
This will return the system ID associated with this Source.
getWriter() - Method in class org.enhydra.zeus.result.StreamResult
This will expose the Writer associated with this StreamResult for direct manipulation.

A B C D G I J M N O P R S U W
Copyright © 2001 Enhydra. All Rights Reserved.