Package com.helger.smpclient.peppol
Enum PeppolWildcardSelector.EMode
java.lang.Object
java.lang.Enum<PeppolWildcardSelector.EMode>
com.helger.smpclient.peppol.PeppolWildcardSelector.EMode
- All Implemented Interfaces:
com.helger.commons.id.IHasID<String>,Serializable,Comparable<PeppolWildcardSelector.EMode>,java.lang.constant.Constable
- Enclosing class:
PeppolWildcardSelector
public static enum PeppolWildcardSelector.EMode
extends Enum<PeppolWildcardSelector.EMode>
implements com.helger.commons.id.IHasID<String>
Defines the different selection modes.
This was valid for Policy for use of Identifiers 4.2.0. This is no longer valid with PFUOI 4.3.0 from May 15th 2025
This was valid for Policy for use of Identifiers 4.2.0. This is no longer valid with PFUOI 4.3.0 from May 15th 2025
- 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 ConstantDescriptionSelect document types with schemebusdox-docid-qnsonly.Select document types with schemebusdox-docid-qnsfollowed by schemepeppol-doctype-wildcard.Select document types with schemepeppol-doctype-wildcardonly.Select document types with schemepeppol-doctype-wildcardfollowed by schemebusdox-docid-qns. -
Method Summary
Modifier and TypeMethodDescriptionstatic PeppolWildcardSelector.EModegetFromIDOrNull(String sID) getID()static PeppolWildcardSelector.EModeReturns the enum constant of this type with the specified name.static PeppolWildcardSelector.EMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BUSDOX_ONLY
Select document types with schemebusdox-docid-qnsonly. -
WILDCARD_ONLY
Select document types with schemepeppol-doctype-wildcardonly. This is e.g. the correct mode for PINT JP. -
BUSDOX_THEN_WILDCARD
Select document types with schemebusdox-docid-qnsfollowed by schemepeppol-doctype-wildcard. -
WILDCARD_THEN_BUSDOX
Select document types with schemepeppol-doctype-wildcardfollowed by schemebusdox-docid-qns.
-
-
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>
-
getFromIDOrNull
-