|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Type.getNestedType()
|
Type |
ParameterMapping.getType()
|
Type |
AttributeMapping.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.spring.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.spring.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |