Package org.apache.xmlbeans.impl.config
Class UserTypeImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.config.UserTypeImpl
-
-
Constructor Summary
Constructors Constructor Description UserTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJavaName()The class name the simple value will be converted to.QNamegetName()The QName of the simple value that will be converted to a Java class.StringgetStaticHandler()A class which provides public static methods to convertSimpleValueobjects to and from the Java type specified byUserType.getJavaName().
-
-
-
Method Detail
-
getJavaName
public String getJavaName()
Description copied from interface:UserTypeThe class name the simple value will be converted to.- Specified by:
getJavaNamein interfaceUserType
-
getName
public QName getName()
Description copied from interface:UserTypeThe QName of the simple value that will be converted to a Java class.
-
getStaticHandler
public String getStaticHandler()
Description copied from interface:UserTypeA class which provides public static methods to convertSimpleValueobjects to and from the Java type specified byUserType.getJavaName().- Specified by:
getStaticHandlerin interfaceUserType
-
-