Enum AbstractToEbInterfaceConverter.EText
java.lang.Object
java.lang.Enum<AbstractToEbInterfaceConverter.EText>
at.austriapro.ebinterface.ubl.from.AbstractToEbInterfaceConverter.EText
- All Implemented Interfaces:
com.helger.commons.text.display.IHasDisplayText,com.helger.commons.text.display.IHasDisplayTextWithArgs,Serializable,Comparable<AbstractToEbInterfaceConverter.EText>,java.lang.constant.Constable
- Enclosing class:
- AbstractToEbInterfaceConverter
@Translatable
public static enum AbstractToEbInterfaceConverter.EText
extends Enum<AbstractToEbInterfaceConverter.EText>
implements com.helger.commons.text.display.IHasDisplayTextWithArgs
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetDisplayText(Locale aContentLocale) Returns the enum constant of this type with the specified name.static AbstractToEbInterfaceConverter.EText[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface com.helger.commons.text.display.IHasDisplayText
getAsHasTextMethods inherited from interface com.helger.commons.text.display.IHasDisplayTextWithArgs
getAsHasTextWithArgs, getDisplayTextWithArgs, getDisplayTextWithArgs
-
Enum Constant Details
-
OR
-
NO_UBL_VERSION_ID
-
INVALID_UBL_VERSION_ID
-
NO_PROFILE_ID
-
INVALID_PROFILE_ID
-
NO_CUSTOMIZATION_ID
-
INVALID_CUSTOMIZATION_SCHEME_ID
-
INVALID_CUSTOMIZATION_ID
-
NO_INVOICE_TYPECODE
-
INVALID_INVOICE_TYPECODE
-
ADDRESS_NO_STREET
-
ADDRESS_NO_CITY
-
ADDRESS_NO_ZIPCODE
-
ADDRESS_INVALID_COUNTRY
-
ADDRESS_NO_COUNTRY
-
CONTACT_NO_NAME
-
MULTIPLE_PARTIES
-
PARTY_NO_NAME
-
PARTY_UNSUPPORTED_ENDPOINT
-
PARTY_UNSUPPORTED_ADDRESS_IDENTIFIER
-
ORDERLINE_REF_ID_EMPTY
-
ALPHANUM_ID_TYPE_CHANGE
-
INVALID_CURRENCY_CODE
-
MISSING_INVOICE_NUMBER
-
MISSING_INVOICE_DATE
-
BILLER_VAT_MISSING
-
ERB_CUSTOMER_ASSIGNED_ACCOUNTID_MISSING
-
INVOICE_RECIPIENT_VAT_MISSING
-
INVOICE_RECIPIENT_PARTY_MISSING
-
INVOICE_RECIPIENT_PARTY_SUPPLIER_ASSIGNED_ACCOUNT_ID_MISSING
public static final AbstractToEbInterfaceConverter.EText INVOICE_RECIPIENT_PARTY_SUPPLIER_ASSIGNED_ACCOUNT_ID_MISSING -
ORDERING_PARTY_VAT_MISSING
-
ORDERING_PARTY_PARTY_MISSING
-
ORDERING_PARTY_SUPPLIER_ASSIGNED_ACCOUNT_ID_MISSING
public static final AbstractToEbInterfaceConverter.EText ORDERING_PARTY_SUPPLIER_ASSIGNED_ACCOUNT_ID_MISSING -
ORDER_REFERENCE_MISSING
-
ORDER_REFERENCE_MISSING_IGNORE_ORDER_POS
-
ORDER_REFERENCE_TOO_LONG
-
UNSUPPORTED_TAX_SCHEME_ID
-
TAX_PERCENT_MISSING
-
TAXABLE_AMOUNT_MISSING
-
UNSUPPORTED_TAX_SCHEME
-
DETAILS_TAX_PERCENTAGE_NOT_FOUND
-
DETAILS_INVALID_POSITION
-
DETAILS_INVALID_POSITION_SET_TO_INDEX
-
DETAILS_INVALID_UNIT
-
DETAILS_INVALID_QUANTITY
-
VAT_ITEM_MISSING
-
ALLOWANCE_CHARGE_NO_TAXRATE
-
PAYMENTMEANS_CODE_INVALID
-
PAYMENT_ID_TOO_LONG_CUT
-
BIC_INVALID
-
IBAN_TOO_LONG_STRIPPING
-
PAYMENTMEANS_UNSUPPORTED_CHANNELCODE
-
ERB_NO_PAYMENT_METHOD
-
PAYMENT_DUE_DATE_ALREADY_CONTAINED
-
SETTLEMENT_PERIOD_MISSING
-
PENALTY_NOT_ALLOWED
-
DISCOUNT_WITHOUT_DUEDATE
-
DELIVERY_WITHOUT_NAME
-
ERB_NO_DELIVERY_DATE
-
PREPAID_NOT_SUPPORTED
-
MISSING_TAXCATEGORY_ID
-
MISSING_TAXCATEGORY_ID_VALUE
-
MISSING_TAXCATEGORY_TAXSCHEME_ID
-
MISSING_TAXCATEGORY_TAXSCHEME_ID_VALUE
-
EBI40_CANNOT_MIX_VAT_EXEMPTION
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getDisplayText
- Specified by:
getDisplayTextin interfacecom.helger.commons.text.display.IHasDisplayText
-