Package com.helger.peppol.servicedomain
Enum EPeppolServiceDomain
- All Implemented Interfaces:
com.helger.commons.id.IHasID<String>,Serializable,Comparable<EPeppolServiceDomain>,java.lang.constant.Constable
public enum EPeppolServiceDomain
extends Enum<EPeppolServiceDomain>
implements com.helger.commons.id.IHasID<String>
This enum lists all the Peppol Service Domains. The additional information
are primarily around the required certificates.
- Since:
- 9.6.0
- Author:
- Philip Helger
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnhanced B2B for Peppol-GENA bridgeManaged by PoACManaged by PrAC -
Method Summary
Modifier and TypeMethodDescriptiongetAPChecker(EPeppolNetwork eNetwork) static EPeppolServiceDomaingetFromIDOrNull(String sID) getID()getSMPChecker(EPeppolNetwork eNetwork) static EPeppolServiceDomainReturns the enum constant of this type with the specified name.static EPeppolServiceDomain[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
POST_AWARD
Managed by PoAC -
PRE_AWARD
Managed by PrAC -
ENHANCED_B2B
Enhanced B2B for Peppol-GENA bridge
-
-
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
-
getID
- Specified by:
getIDin interfacecom.helger.commons.id.IHasID<String>
-
getTestAPChecker
-
getProdAPChecker
-
getAPChecker
-
getTestSMPChecker
-
getProdSMPChecker
-
getSMPChecker
-
getFromIDOrNull
-