Uses of Enum
com.helger.phase4.model.EMEPBinding
Packages that use EMEPBinding
-
Uses of EMEPBinding in com.helger.phase4.model
Fields in com.helger.phase4.model declared as EMEPBindingMethods in com.helger.phase4.model that return EMEPBindingModifier and TypeMethodDescriptionstatic EMEPBindingEMEPBinding.getFromIDOrNull(String sID) static EMEPBindingEMEPBinding.getFromURIOrNull(String sURI) static EMEPBindingReturns the enum constant of this type with the specified name.static EMEPBinding[]EMEPBinding.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 EMEPBindingModifier and TypeMethodDescriptionstatic booleanMEPHelper.isValidResponseTypeLeg1(EMEP eMEP, EMEPBinding eMEPBinding, EAS4MessageType eMsgType) static booleanMEPHelper.isValidResponseTypeLeg2(EMEP eMEP, EMEPBinding eMEPBinding, EAS4MessageType eMsgType) -
Uses of EMEPBinding in com.helger.phase4.model.pmode
Methods in com.helger.phase4.model.pmode that return EMEPBindingMethods in com.helger.phase4.model.pmode with parameters of type EMEPBindingModifier and TypeMethodDescriptionfinal com.helger.commons.state.EChangePMode.setMEPBinding(EMEPBinding eMEPBinding) Constructors in com.helger.phase4.model.pmode with parameters of type EMEPBindingModifierConstructorDescriptionPMode(String sPModeID, PModeParty aInitiator, PModeParty aResponder, String sAgreement, EMEP eMEP, EMEPBinding eMEPBinding, PModeLeg aLeg1, PModeLeg aLeg2, PModePayloadService aPayloadService, PModeReceptionAwareness aReceptionAwareness)