Uses of Enum Class
com.helger.peppol.sbdh.EPeppolMLSType
Packages that use EPeppolMLSType
-
Uses of EPeppolMLSType in com.helger.peppol.sbdh
Fields in com.helger.peppol.sbdh declared as EPeppolMLSTypeModifier and TypeFieldDescriptionstatic final EPeppolMLSTypeEPeppolMLSType.DEFAULTAccording to the Peppol Network PolicyMethods in com.helger.peppol.sbdh that return EPeppolMLSTypeModifier and TypeMethodDescriptionstatic @Nullable EPeppolMLSTypeEPeppolMLSType.getFromIDOrDefault(@Nullable String sID, @Nullable EPeppolMLSType eDefault) static @Nullable EPeppolMLSTypeEPeppolMLSType.getFromIDOrNull(@Nullable String sID) @Nullable EPeppolMLSTypePeppolSBDHData.getMLSType()Get the optional MLS type (MLS_TYPE) as used in the Peppol MLS specification.static EPeppolMLSTypeReturns the enum constant of this class with the specified name.static EPeppolMLSType[]EPeppolMLSType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.peppol.sbdh with parameters of type EPeppolMLSTypeModifier and TypeMethodDescriptionstatic @Nullable EPeppolMLSTypeEPeppolMLSType.getFromIDOrDefault(@Nullable String sID, @Nullable EPeppolMLSType eDefault) @NonNull PeppolSBDHDataPeppolSBDHData.setMLSType(@Nullable EPeppolMLSType eMLSType) Set the optional MLS type (MLS_TYPE) to be used.