Uses of Class
org.apache.xbean.spring.generator.Type

Packages that use Type
org.apache.xbean.spring.generator   
 

Uses of Type in org.apache.xbean.spring.generator
 

Methods in org.apache.xbean.spring.generator that return Type
 Type AttributeMapping.getType()
           
static Type Type.newSimpleType(java.lang.String name)
           
static Type Type.newArrayType(java.lang.String type, int dimensions)
           
static Type Type.newCollectionType(java.lang.String collectionType, Type elementType)
           
 Type Type.getNestedType()
           
 

Methods in org.apache.xbean.spring.generator with parameters of type Type
static Type Type.newCollectionType(java.lang.String collectionType, Type elementType)
           
static boolean Utils.isSimpleType(Type type)
           
static java.lang.String Utils.getXsdType(Type type)
           
static java.util.List Utils.findImplementationsOf(NamespaceMapping namespaceMapping, Type type)
           
 

Constructors in org.apache.xbean.spring.generator with parameters of type Type
AttributeMapping(java.lang.String attributeName, java.lang.String propertyName, java.lang.String description, Type type, java.lang.String value, boolean fixed, boolean required)
           
 



Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.