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

I

initialLower(String) - Static method in class org.enhydra.zeus.util.CapitalizationUtils
This will take a String with unknown capitalization, and convert the first letter to a lowercase letter, while leaving all other letters the same.
initialUpper(String) - Static method in class org.enhydra.zeus.util.CapitalizationUtils
This will take a String with unknown capitalization, and convert the first letter to a capital letter, while leaving all other letters the same.
isCollection - Variable in class org.enhydra.zeus.binding.BaseProperty
Whether this Property represents a Collection
isCollection - Variable in class org.enhydra.zeus.binding.ContainerProperty
Whether this Property represents a Collection
isCollection() - Method in class org.enhydra.zeus.binding.BaseProperty
This will indicate whether this Property represents a Collection of values (resulting in a true result from this method), or a singular value (resulting in a false result).
isCollection() - Method in interface org.enhydra.zeus.binding.Property
This will indicate whether this Property represents a Collection of values (resulting in a true result from this method), or a singular value (resulting in a false result).
isCollection() - Method in class org.enhydra.zeus.binding.ContainerProperty
This will indicate whether this Property represents a Collection of values (resulting in a true result from this method), or a singular value (resulting in a false result).
isCollectionClass(String) - Static method in class org.enhydra.zeus.util.ClassUtils
This will determine if the supplied Java type (in String form) is one of the Java Collection classes.

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