Uses of Enum
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 EMEPEMEP.getFromIDOrNull(String sID) static EMEPEMEP.getFromURIOrNull(String sURI) static EMEPReturns the enum constant of this type with the specified name.static EMEP[]EMEP.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.phase4.model with parameters of type EMEPModifier and TypeMethodDescriptionstatic booleanMEPHelper.isValidResponseTypeLeg1(EMEP eMEP, EMEPBinding eMEPBinding, EAS4MessageType eMsgType) static booleanMEPHelper.isValidResponseTypeLeg2(EMEP eMEP, EMEPBinding eMEPBinding, EAS4MessageType eMsgType) -
Uses of EMEP in com.helger.phase4.model.pmode
Methods in com.helger.phase4.model.pmode that return EMEPMethods in com.helger.phase4.model.pmode with parameters of type EMEPConstructors in com.helger.phase4.model.pmode with parameters of type EMEPModifierConstructorDescriptionPMode(String sPModeID, PModeParty aInitiator, PModeParty aResponder, String sAgreement, EMEP eMEP, EMEPBinding eMEPBinding, PModeLeg aLeg1, PModeLeg aLeg2, PModePayloadService aPayloadService, PModeReceptionAwareness aReceptionAwareness)