Class UserTypeImpl

java.lang.Object
org.apache.xmlbeans.impl.config.UserTypeImpl
All Implemented Interfaces:
UserType

public class UserTypeImpl extends Object implements UserType
  • Constructor Details

    • UserTypeImpl

      public UserTypeImpl()
  • Method Details

    • getJavaName

      public String getJavaName()
      Description copied from interface: UserType
      The class name the simple value will be converted to.
      Specified by:
      getJavaName in interface UserType
    • getName

      public QName getName()
      Description copied from interface: UserType
      The QName of the simple value that will be converted to a Java class.
      Specified by:
      getName in interface UserType
    • getStaticHandler

      public String getStaticHandler()
      Description copied from interface: UserType
      A class which provides public static methods to convert SimpleValue objects to and from the Java type specified by UserType.getJavaName().
      Specified by:
      getStaticHandler in interface UserType