Package uk.org.netex.www.netex
Enum Class CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase
java.lang.Object
java.lang.Enum<CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase>
uk.org.netex.www.netex.CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase>,Constable
- Enclosing class:
CustomerPurchasePackagePrice_VersionedChildStructure
public static enum CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase
extends Enum<CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase>
implements com.google.protobuf.Internal.EnumLite
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
FARE_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase FARE_PRICE_REF -
FARE_PRODUCT_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase FARE_PRODUCT_PRICE_REF -
CAPPING_RULE_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase CAPPING_RULE_PRICE_REF -
SERIES_CONSTRAINT_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase SERIES_CONSTRAINT_PRICE_REF -
FULFILMENT_METHOD_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase FULFILMENT_METHOD_PRICE_REF -
FARE_STRUCTURE_ELEMENT_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase FARE_STRUCTURE_ELEMENT_PRICE_REF -
DISTANCE_MATRIX_ELEMENT_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase DISTANCE_MATRIX_ELEMENT_PRICE_REF -
SALES_OFFER_PACKAGE_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase SALES_OFFER_PACKAGE_PRICE_REF -
USAGE_PARAMETER_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase USAGE_PARAMETER_PRICE_REF -
GEOGRAPHICAL_UNIT_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase GEOGRAPHICAL_UNIT_PRICE_REF -
GEOGRAPHICAL_INTERVAL_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase GEOGRAPHICAL_INTERVAL_PRICE_REF -
VALIDABLE_ELEMENT_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase VALIDABLE_ELEMENT_PRICE_REF -
CONTROLLABLE_ELEMENT_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase CONTROLLABLE_ELEMENT_PRICE_REF -
QUALITY_STRUCTURE_FACTOR_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase QUALITY_STRUCTURE_FACTOR_PRICE_REF -
TIME_UNIT_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase TIME_UNIT_PRICE_REF -
TIME_INTERVAL_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase TIME_INTERVAL_PRICE_REF -
PARKING_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase PARKING_PRICE_REF -
CUSTOMER_PURCHASE_PACKAGE_PRICE_REF
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase CUSTOMER_PURCHASE_PACKAGE_PRICE_REF -
FAREPRICEREFSTRUCTURE_NOT_SET
public static final CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase FAREPRICEREFSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase[] values()Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static CustomerPurchasePackagePrice_VersionedChildStructure.FarePriceRefStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-