Uses of Class
org.codehaus.xfire.aegis.type.Type

Packages that use Type
org.codehaus.xfire.aegis.mapping   
org.codehaus.xfire.aegis.type   
 

Uses of Type in org.codehaus.xfire.aegis.mapping
 

Methods in org.codehaus.xfire.aegis.mapping that return Type
 Type TypeRegistry.createType(org.dom4j.QName typeQ)
           
 Type DefaultTypeRegistry.createType(org.dom4j.QName typeQ)
           
 

Uses of Type in org.codehaus.xfire.aegis.type
 

Subclasses of Type in org.codehaus.xfire.aegis.type
 class ArrayType
           
 class BeanType
           The BeanType takes child types and read/writes each of them.
 class BooleanType
          Integer Type.
 class DateTimeType
          DateType
 class DateType
          DateType
 class FlatArrayType
           
 class IntegerType
          Integer Type.
 class LongType
          Integer Type.
 class SimpleType
          An Aegis Type.
 

Methods in org.codehaus.xfire.aegis.type that return Type
 Type FlatArrayType.getChildType()
           
 Type ArrayType.getChildType()
           
 

Methods in org.codehaus.xfire.aegis.type with parameters of type Type
 void FlatArrayType.setChildType(Type childType)
           
 void BeanType.addChild(Type type)
           
 void ArrayType.setChildType(Type childType)
           
 



Copyright © 2004 Codehaus. All Rights Reserved.