Uses of Class
com.helger.ubltr.EUBLTRDocumentType
-
Packages that use EUBLTRDocumentType Package Description com.helger.ubltr -
-
Uses of EUBLTRDocumentType in com.helger.ubltr
Methods in com.helger.ubltr that return EUBLTRDocumentType Modifier and Type Method Description static EUBLTRDocumentTypeUBLTRDocumentTypes. getDocumentTypeOfImplementationClass(Class<?> aImplClass)Get the UBLTR document type matching the passed implementation class.static EUBLTRDocumentTypeUBLTRDocumentTypes. getDocumentTypeOfLocalName(String sLocalName)Get the document type matching the passed document element local name.static EUBLTRDocumentTypeEUBLTRDocumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static EUBLTRDocumentType[]EUBLTRDocumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.ubltr with parameters of type EUBLTRDocumentType Modifier and Type Method Description static UBLTRReaderBuilder<?>UBLTRReaderBuilder. createGeneric(EUBLTRDocumentType eDocType)Create a new reader builder that is not typed, because only the document type enumeration value is available.Constructors in com.helger.ubltr with parameters of type EUBLTRDocumentType Constructor Description UBLTRReaderBuilder(EUBLTRDocumentType aDocType, Class<JAXBTYPE> aImplClass)UBLTRValidatorBuilder(EUBLTRDocumentType eDocType)UBLTRWriterBuilder(EUBLTRDocumentType eDocType)
-