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

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

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

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

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

Constructors in org.apache.xbean.blueprint.generator with parameters of type Type
AttributeMapping(String attributeName, String propertyName, String description, Type type, String value, boolean fixed, boolean required, String propertyEditor)
           
ParameterMapping(String name, Type type)
           
 



Copyright © 2005-2011. All Rights Reserved.