Uses of Enum Class
com.helger.phase4.model.EMEP
Packages that use EMEP
-
Uses of EMEP in com.helger.phase4.model
Fields in com.helger.phase4.model declared as EMEPMethods in com.helger.phase4.model that return EMEPModifier and TypeMethodDescriptionstatic @Nullable EMEPEMEP.getFromIDOrNull(@Nullable String sID) static @Nullable EMEPEMEP.getFromURIOrNull(@Nullable String sURI) static EMEPReturns the enum constant of this class with the specified name.static EMEP[]EMEP.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.phase4.model with parameters of type EMEPModifier and TypeMethodDescriptionstatic booleanMEPHelper.isValidResponseTypeLeg1(@NonNull EMEP eMEP, @NonNull EMEPBinding eMEPBinding, @NonNull EAS4MessageType eMsgType) static booleanMEPHelper.isValidResponseTypeLeg2(@NonNull EMEP eMEP, @NonNull EMEPBinding eMEPBinding, @NonNull EAS4MessageType eMsgType) -
Uses of EMEP in com.helger.phase4.model.pmode
Methods in com.helger.phase4.model.pmode that return EMEPModifier and TypeMethodDescription@NonNull EMEPIPMode.getMEP()final @NonNull EMEPPMode.getMEP()Methods in com.helger.phase4.model.pmode with parameters of type EMEPModifier and TypeMethodDescriptionfinal @NonNull com.helger.base.state.EChangeConstructors in com.helger.phase4.model.pmode with parameters of type EMEPModifierConstructorDescriptionPMode(@NonNull @Nonempty String sPModeID, @NonNull PModeParty aInitiator, @NonNull PModeParty aResponder, @NonNull String sAgreement, @NonNull EMEP eMEP, @NonNull EMEPBinding eMEPBinding, @NonNull PModeLeg aLeg1, @Nullable PModeLeg aLeg2, @Nullable PModePayloadService aPayloadService, @Nullable PModeReceptionAwareness aReceptionAwareness)