Uses of Enum Class
uk.org.netex.www.netex.RefundPolicyEnumeration
Packages that use RefundPolicyEnumeration
-
Uses of RefundPolicyEnumeration in uk.org.netex.www.netex
Methods in uk.org.netex.www.netex that return RefundPolicyEnumerationModifier and TypeMethodDescriptionstatic RefundPolicyEnumerationRefundPolicyEnumeration.forNumber(int value) Refunding_VersionStructure.Builder.getRefundPolicy(int index) Reasons for giving refunds.Refunding_VersionStructure.getRefundPolicy(int index) Reasons for giving refunds.Refunding_VersionStructureOrBuilder.getRefundPolicy(int index) Reasons for giving refunds.RefundingType.Builder.getRefundPolicy(int index) Reasons for giving refunds.RefundingType.getRefundPolicy(int index) Reasons for giving refunds.RefundingTypeOrBuilder.getRefundPolicy(int index) Reasons for giving refunds.static RefundPolicyEnumerationRefundPolicyEnumeration.valueOf(int value) Deprecated.static RefundPolicyEnumerationRefundPolicyEnumeration.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static RefundPolicyEnumerationReturns the enum constant of this class with the specified name.static RefundPolicyEnumeration[]RefundPolicyEnumeration.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in uk.org.netex.www.netex that return types with arguments of type RefundPolicyEnumerationModifier and TypeMethodDescriptionRefunding_VersionStructure.Builder.getRefundPolicyList()Reasons for giving refunds.Refunding_VersionStructure.getRefundPolicyList()Reasons for giving refunds.Refunding_VersionStructureOrBuilder.getRefundPolicyList()Reasons for giving refunds.RefundingType.Builder.getRefundPolicyList()Reasons for giving refunds.RefundingType.getRefundPolicyList()Reasons for giving refunds.RefundingTypeOrBuilder.getRefundPolicyList()Reasons for giving refunds.static com.google.protobuf.Internal.EnumLiteMap<RefundPolicyEnumeration> RefundPolicyEnumeration.internalGetValueMap()Methods in uk.org.netex.www.netex with parameters of type RefundPolicyEnumerationModifier and TypeMethodDescriptionRefunding_VersionStructure.Builder.addRefundPolicy(RefundPolicyEnumeration value) Reasons for giving refunds.RefundingType.Builder.addRefundPolicy(RefundPolicyEnumeration value) Reasons for giving refunds.Refunding_VersionStructure.Builder.setRefundPolicy(int index, RefundPolicyEnumeration value) Reasons for giving refunds.RefundingType.Builder.setRefundPolicy(int index, RefundPolicyEnumeration value) Reasons for giving refunds.Method parameters in uk.org.netex.www.netex with type arguments of type RefundPolicyEnumerationModifier and TypeMethodDescriptionRefunding_VersionStructure.Builder.addAllRefundPolicy(Iterable<? extends RefundPolicyEnumeration> values) Reasons for giving refunds.RefundingType.Builder.addAllRefundPolicy(Iterable<? extends RefundPolicyEnumeration> values) Reasons for giving refunds.