org.apache.xbean.spring.generator
Class Utils

java.lang.Object
  extended by org.apache.xbean.spring.generator.Utils

public final class Utils
extends Object

Since:
1.0
Version:
$Id$
Author:
Dain Sundstrom

Field Summary
static String PROPERTY_ANNOTATION
           
static String XBEAN_ANNOTATION
           
static Map XSD_TYPES
           
 
Method Summary
static String decapitalise(String value)
           
static List findImplementationsOf(NamespaceMapping namespaceMapping, Type type)
           
static String getXsdType(Type type)
           
static boolean isSimpleType(Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XBEAN_ANNOTATION

public static final String XBEAN_ANNOTATION
See Also:
Constant Field Values

PROPERTY_ANNOTATION

public static final String PROPERTY_ANNOTATION
See Also:
Constant Field Values

XSD_TYPES

public static final Map XSD_TYPES
Method Detail

decapitalise

public static String decapitalise(String value)

isSimpleType

public static boolean isSimpleType(Type type)

getXsdType

public static String getXsdType(Type type)

findImplementationsOf

public static List findImplementationsOf(NamespaceMapping namespaceMapping,
                                         Type type)


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.