A B C D E G H I J M N O P R S U W X Z

G

generate() - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This method performs class generation.
generate() - Method in interface org.enhydra.zeus.util.SourceGenerator
This method performs class generation.
generate(Binding) - Method in interface org.enhydra.zeus.Generator
This will convert from a set of constraints to Java classes.
generate(Binding) - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will convert from a set of constraints to Java classes.
generateAsSerializable - Variable in class org.enhydra.zeus.generator.SimpleGenerator
This determines if the class should be serializable
generateAsSerializable - Variable in class org.enhydra.zeus.util.BaseSourceGenerator
Whether or not to generate classes as serializable
generateAsSerializable() - Method in interface org.enhydra.zeus.Generator
This will return true if the generator is set to generate Serializable classes, or else false.
generateAsSerializable() - Method in class org.enhydra.zeus.generator.SimpleGenerator
This will return true if the generator is set to generate Serializable classes, or else false.
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.
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.
getCharMapping(Character) - Static method in class org.enhydra.zeus.util.NamingUtils
Returns the value that the given key is mapped to.
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.
getConstraintBindings() - Method in class org.enhydra.zeus.util.BaseSourceGenerator
This defines a contract for subclasses to allow them to get the Zeus Binding objects to generate code from.
getConstraintBindings() - Method in class org.enhydra.zeus.util.DTDSourceGenerator
This defines a contract for subclasses to allow them to get the Zeus Binding objects to generate code from.
getConstraintBindings() - Method in class org.enhydra.zeus.util.XSDSourceGenerator
This defines a contract for subclasses to allow them to get the Zeus Binding objects to generate code from.
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.
getEnumeration() - Method in class org.enhydra.zeus.binding.BaseProperty
This returns the Vector of allowed values for this Property, or null if there is none.
getEnumeration() - Method in interface org.enhydra.zeus.binding.Property
This returns the Vector of allowed values for this Property, or null if there is none.
getEnumeration() - Method in class org.enhydra.zeus.binding.ContainerProperty
This returns the Vector of allowed values for this Property, or null if there is none.
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.
getImplementationPackage() - Method in interface org.enhydra.zeus.Generator
Returns the Java package to generate implementation classes within.
getImplementationPackage() - Method in class org.enhydra.zeus.generator.SimpleGenerator
Returns the Java package to generate implementation classes within.
getInterfacePackage() - Method in interface org.enhydra.zeus.Generator
Returns the Java package to generate interfaces within.
getInterfacePackage() - Method in class org.enhydra.zeus.generator.SimpleGenerator
Returns the Java package to generate interfaces within.
getJavaClassName(String) - Static method in class org.enhydra.zeus.util.NamingUtils
Returns the conventional Java class name from an XML name.
getJavaCollectionVariableName(String) - Static method in class org.enhydra.zeus.util.NamingUtils
Returns the Java variable name from a Java class name assuming that the variable will be a collection based variable (i.e.
getJavaName() - Method in interface org.enhydra.zeus.Binding
This will return the Java name of the binding.
getJavaName() - Method in class org.enhydra.zeus.binding.BaseBinding
This will return the Java name of the binding.
getJavaPackage() - Method in class org.enhydra.zeus.Unmarshaller
Returns the Java package to unmarshall classes to.
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.
getJavaType(String) - Static method in class org.enhydra.zeus.util.SchemaUtils
This will take as input an XML Schema data type (such as "string") and convert it to a Java data type (such as "String").
getJavaVariableName(String) - Static method in class org.enhydra.zeus.util.NamingUtils
Returns the conventional Java variable name from a Java class name.
getModifier() - Method in class org.enhydra.zeus.binding.BaseProperty
This will return the access level modifier for a property.
getModifier() - Method in interface org.enhydra.zeus.binding.Property
This will return the modifier for a property.The value returned will be in the form of a BitSet, in which the set bits correspond to the constants defined (Property.ACCESS_PRIVATE, Property.ACCESS_PROTECTED, Property.ACCESS_PUBLIC, Property.STORAGE_STATIC, Property.MUTABILITY_VOLATILE, Property.MUTABILITY_FINAL or Property.MUTABILITY_SYNCHRONIZED).
getModifier() - Method in class org.enhydra.zeus.binding.ContainerProperty
This will return the access level modifier for a property.
getModifierString() - Method in class org.enhydra.zeus.binding.BaseProperty
This will return the Java String representation of this Property's modifier(s).
getModifierString() - Method in interface org.enhydra.zeus.binding.Property
This will return the Java String representation of this Property's modifier.
getModifierString() - Method in class org.enhydra.zeus.binding.ContainerProperty
This will return the Java String representation of this Property's modifiers.
getNamePrefix() - Method in class org.enhydra.zeus.Marshaller
This method allows the developer to get the prefix that will be prepended to the name of every generated interface and class.
getNamePrefix() - Method in interface org.enhydra.zeus.Binder
This method allows the developer to get the prefix that will be prepended to the name of every generated interface and class.
getNamePrefix() - Method in class org.enhydra.zeus.Unmarshaller
This method allows the developer to get the prefix that will be prepended to the name of every generated interface and class.
getNamePrefix() - Method in class org.enhydra.zeus.binder.BaseBinder
This method allows the developer to get the prefix that will be prepended to the name of every generated interface and class.
getObject() - Method in class org.enhydra.zeus.UnmarshalledObject
This returns the object graph that represents an XML document.
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.
getPublicID() - Method in class org.enhydra.zeus.UnmarshalledObject
Returns the public ID of the DTD to which the XML document representation of the content must conform.
getSchemaNamespaceURI() - Method in class org.enhydra.zeus.binder.SchemaBinder
This returns the current namespace URI being used for XML Schema.
getSystemID() - Method in interface org.enhydra.zeus.Source
This will return the system ID associated with this Source.
getSystemID() - Method in interface org.enhydra.zeus.Result
This will return the system ID associated with this Result.
getSystemID() - Method in class org.enhydra.zeus.UnmarshalledObject
Returns the system ID of the DTD to which the XML document representation of the content must conform.
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.
getValue(String) - Method in class org.enhydra.zeus.util.Arguments
This will take a String as the argument name, and return the parameter value.
getWriter() - Method in class org.enhydra.zeus.result.StreamResult
This will expose the Writer associated with this StreamResult for direct manipulation.
getXMLElementNameFromAccessor(String) - Static method in class org.enhydra.zeus.util.NamingUtils
Returns the XML name from a typical accessor method.
getXMLName() - Method in interface org.enhydra.zeus.Binding
This will return the XML name of the binding.
getXMLName() - Method in class org.enhydra.zeus.binding.BaseBinding
This will return the XML name of the binding.

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