Package org.apache.xmlbeans.impl.config
Class UserTypeImpl
java.lang.Object
org.apache.xmlbeans.impl.config.UserTypeImpl
- All Implemented Interfaces:
UserType
public class UserTypeImpl extends Object implements UserType
-
Constructor Summary
Constructors Constructor Description UserTypeImpl() -
Method Summary
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().
-
Constructor Details
-
UserTypeImpl
public UserTypeImpl()
-
-
Method Details
-
getJavaName
Description copied from interface:UserTypeThe class name the simple value will be converted to.- Specified by:
getJavaNamein interfaceUserType
-
getName
Description copied from interface:UserTypeThe QName of the simple value that will be converted to a Java class. -
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
-