Uses of Enum Class
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 @Nullable EMEPBindingEMEPBinding.getFromIDOrNull(@Nullable String sID) static @Nullable EMEPBindingEMEPBinding.getFromURIOrNull(@Nullable String sURI) static EMEPBindingReturns the enum constant of this class with the specified name.static EMEPBinding[]EMEPBinding.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 EMEPBindingModifier 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 EMEPBinding in com.helger.phase4.model.pmode
Methods in com.helger.phase4.model.pmode that return EMEPBindingModifier and TypeMethodDescription@NonNull EMEPBindingIPMode.getMEPBinding()final @NonNull EMEPBindingPMode.getMEPBinding()Methods in com.helger.phase4.model.pmode with parameters of type EMEPBindingModifier and TypeMethodDescriptionfinal @NonNull com.helger.base.state.EChangePMode.setMEPBinding(@NonNull EMEPBinding eMEPBinding) Constructors in com.helger.phase4.model.pmode with parameters of type EMEPBindingModifierConstructorDescriptionPMode(@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)