Package uk.org.netex.www.netex
Enum Class UsageParameterPriceType.UsageParameterRefStructureCase
java.lang.Object
java.lang.Enum<UsageParameterPriceType.UsageParameterRefStructureCase>
uk.org.netex.www.netex.UsageParameterPriceType.UsageParameterRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<UsageParameterPriceType.UsageParameterRefStructureCase>,Constable
- Enclosing class:
UsageParameterPriceType
public static enum UsageParameterPriceType.UsageParameterRefStructureCase
extends Enum<UsageParameterPriceType.UsageParameterRefStructureCase>
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
-
BOOKING_POLICY_REF
-
SECURITY_POLICY_REF
-
PURCHASE_WINDOW_REF
-
RESERVING_REF
-
CANCELLING_REF
-
RESELLING_REF
-
EXCHANGING_REF
-
REFUNDING_REF
-
REPLACING_REF
-
TRANSFERABILITY_REF
-
CHARGING_POLICY_REF
-
PENALTY_POLICY_REF
-
SUBSCRIBING_REF
-
PROFILE_PARAMETER_REF
-
USER_PROFILE_REF
-
COMMERCIAL_PROFILE_REF
-
GROUP_TICKET_REF
-
COMPANION_PROFILE_REF
-
ELIGIBILITY_CHANGE_POLICY_REF
public static final UsageParameterPriceType.UsageParameterRefStructureCase ELIGIBILITY_CHANGE_POLICY_REF -
ENTITLEMENT_REQUIRED_REF
-
ENTITLEMENT_GIVEN_REF
-
LUGGAGE_ALLOWANCE_REF
-
ROUND_TRIP_REF
-
ROUTING_REF
-
STEP_LIMIT_REF
-
USAGE_VALIDITY_PERIOD_REF
public static final UsageParameterPriceType.UsageParameterRefStructureCase USAGE_VALIDITY_PERIOD_REF -
SUSPENDING_REF
-
FREQUENCY_OF_USE_REF
-
INTERCHANGING_REF
-
MINIMUM_STAY_REF
-
SALES_OFFER_PACKAGE_ENTITLEMENT_REQUIRED_REF
public static final UsageParameterPriceType.UsageParameterRefStructureCase SALES_OFFER_PACKAGE_ENTITLEMENT_REQUIRED_REF -
SALES_OFFER_PACKAGE_ENTITLEMENT_GIVEN_REF
public static final UsageParameterPriceType.UsageParameterRefStructureCase SALES_OFFER_PACKAGE_ENTITLEMENT_GIVEN_REF -
REVERTING_REF
-
ONBOARD_VALIDITY_REF
-
VEHICLE_POOLER_PROFILE_REF
public static final UsageParameterPriceType.UsageParameterRefStructureCase VEHICLE_POOLER_PROFILE_REF -
RENTAL_PENALTY_POLICY_REF
public static final UsageParameterPriceType.UsageParameterRefStructureCase RENTAL_PENALTY_POLICY_REF -
RENTAL_OPTION_REF
-
ADDITIONAL_DRIVER_OPTION_REF
public static final UsageParameterPriceType.UsageParameterRefStructureCase ADDITIONAL_DRIVER_OPTION_REF -
USAGEPARAMETERREFSTRUCTURE_NOT_SET
public static final UsageParameterPriceType.UsageParameterRefStructureCase USAGEPARAMETERREFSTRUCTURE_NOT_SET
-
-
Method Details
-
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
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.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
-
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-