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

C

CapitalizationUtils - class org.enhydra.zeus.util.CapitalizationUtils.
Capitalization is a Zeus utility class that provides for converting lowercase letters to uppercase ones, uppercase ones to lowercase ones, and more generally, converting Java Strings from an unknown format to initial caps (where only the first letter is capitalized), making a suitable class or variable name.
CapitalizationUtils() - Constructor for class org.enhydra.zeus.util.CapitalizationUtils
 
cause - Variable in class org.enhydra.zeus.ZeusException
A wrapped Throwable
ClassUtils - class org.enhydra.zeus.util.ClassUtils.
ClassUtils is a Zeus utility class that provides methods that deal with the various classes and types that may be used in data binding.
ClassUtils() - Constructor for class org.enhydra.zeus.util.ClassUtils
 
clearProperties() - Method in interface org.enhydra.zeus.binding.Container
This will clear all the properties for this Container.
clearProperties() - Method in class org.enhydra.zeus.binding.ContainerProperty
This will clear all the properties for this Container.
clearProperties() - Method in class org.enhydra.zeus.binding.BaseContainer
This will clear all the properties for this Container.
collapsedElements - Variable in class org.enhydra.zeus.generator.SimpleGenerator
This instances's collapsed elements
collapseSimpleElements - Variable in class org.enhydra.zeus.util.BaseSourceGenerator
Whether or not to collapse simple elements
collapseSimpleElements() - Method in class org.enhydra.zeus.util.ZeusTask.Constraint
This will indicate whether or not simple elements are collapsed.
COLLECTION_TYPE_ARRAY - Static variable in class org.enhydra.zeus.util.ClassUtils
Constant for using Array as the default collection type
COLLECTION_TYPE_LIST - Static variable in class org.enhydra.zeus.util.ClassUtils
Constant for using List as the default collection type
constraintsReader - Variable in class org.enhydra.zeus.util.BaseSourceGenerator
The reader for reading constraints from
Container - interface org.enhydra.zeus.binding.Container.
Container implements the Binding interface and defines behavior for a binding that can contain other bindings (usually Property implementations).
ContainerProperty - class org.enhydra.zeus.binding.ContainerProperty.
ContainerProperty implements the Binding, Property, and Container interfaces, and provides for a complex object that is itself a property.
ContainerProperty(String, String) - Constructor for class org.enhydra.zeus.binding.ContainerProperty
This will create a new ContainerProperty with the specified information, and set the access level to "private", as well as setting both the XML name and XML type namespace URIs to "", the equivalent of no namespace.
ContainerProperty(String, String, String, String) - Constructor for class org.enhydra.zeus.binding.ContainerProperty
This will create a new ContainerProperty with the specified information, and set the access level to "private".
ContainerProperty(String, String, String, String, BitSet) - Constructor for class org.enhydra.zeus.binding.ContainerProperty
This will create a new ContainerProperty with the specified information.
createConstraint() - Method in class org.enhydra.zeus.util.ZeusTask
This will create a new Ant Constraint, add it to the list of Ant constraints, and return the newly created Constraint.

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