Uses of Class
org.enhydra.zeus.transform.ValueEnumeration

Packages that use ValueEnumeration
org.enhydra.zeus   
org.enhydra.zeus.transform   
 

Uses of ValueEnumeration in org.enhydra.zeus
 

Methods in org.enhydra.zeus that return ValueEnumeration
 ValueEnumeration Transformer.getValueEnumeration(java.lang.String name)
           This will retrieve the ValueEnumeration for the supplied name.
 

Methods in org.enhydra.zeus with parameters of type ValueEnumeration
 void Transformer.addValueEnumeration(ValueEnumeration valueEnumeration)
           This will add a new ValueEnumeration to those available to this Transformer.
 

Uses of ValueEnumeration in org.enhydra.zeus.transform
 

Methods in org.enhydra.zeus.transform that return ValueEnumeration
 ValueEnumeration BaseTransformer.getValueEnumeration(java.lang.String name)
           This will retrieve the ValueEnumeration for the supplied name.
 

Methods in org.enhydra.zeus.transform with parameters of type ValueEnumeration
 void BaseTransformer.addValueEnumeration(ValueEnumeration valueEnumeration)
           This will add a new ValueEnumeration to those available to this Transformer.
 



Copyright © 2001 Enhydra. All Rights Reserved.