Package uk.org.netex.www.netex
Enum Class PurposeOfGroupingType.TypeOfEntityVersionStructureCase
java.lang.Object
java.lang.Enum<PurposeOfGroupingType.TypeOfEntityVersionStructureCase>
uk.org.netex.www.netex.PurposeOfGroupingType.TypeOfEntityVersionStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<PurposeOfGroupingType.TypeOfEntityVersionStructureCase>,Constable
- Enclosing class:
PurposeOfGroupingType
public static enum PurposeOfGroupingType.TypeOfEntityVersionStructureCase
extends Enum<PurposeOfGroupingType.TypeOfEntityVersionStructureCase>
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
-
TYPE_OF_ENTITY
-
TYPE_OF_RESPONSIBILITY_ROLE
public static final PurposeOfGroupingType.TypeOfEntityVersionStructureCase TYPE_OF_RESPONSIBILITY_ROLE -
TYPE_OF_FRAME
-
TYPE_OF_PROJECTION
-
TYPE_OF_POINT
-
TYPE_OF_LINK
-
TYPE_OF_ZONE
-
TYPE_OF_ORGANISATION
-
TYPE_OF_ORGANISATION_PART
public static final PurposeOfGroupingType.TypeOfEntityVersionStructureCase TYPE_OF_ORGANISATION_PART -
TYPE_OF_OPERATION
-
TYPE_OF_TRANSFER
-
TYPE_OF_PLACE
-
TYPE_OF_LINK_SEQUENCE
-
TYPE_OF_FEATURE
-
TYPE_OF_EQUIPMENT
-
TYPE_OF_SERVICE
-
TYPE_OF_FACILITY
-
TYPE_OF_NOTICE
-
TYPE_OF_DELIVERY_VARIANT
-
TYPE_OF_ACTIVATION
-
TYPE_OF_LINE
-
TYPE_OF_JOURNEY_PATTERN
-
TYPE_OF_CONGESTION
-
TYPE_OF_PASSENGER_INFORMATION_EQUIPMENT
public static final PurposeOfGroupingType.TypeOfEntityVersionStructureCase TYPE_OF_PASSENGER_INFORMATION_EQUIPMENT -
TYPE_OF_TIME_DEMAND_TYPE
-
TYPE_OF_FLEXIBLE_SERVICE
-
TYPE_OF_FARE_STRUCTURE_FACTOR
public static final PurposeOfGroupingType.TypeOfEntityVersionStructureCase TYPE_OF_FARE_STRUCTURE_FACTOR -
TYPE_OF_ACCESS_RIGHT_ASSIGNMENT
public static final PurposeOfGroupingType.TypeOfEntityVersionStructureCase TYPE_OF_ACCESS_RIGHT_ASSIGNMENT -
TYPE_OF_TARIFF
-
TYPE_OF_FARE_STRUCTURE_ELEMENT
public static final PurposeOfGroupingType.TypeOfEntityVersionStructureCase TYPE_OF_FARE_STRUCTURE_ELEMENT -
TYPE_OF_FARE_PRODUCT
-
TYPE_OF_SALES_OFFER_PACKAGE
public static final PurposeOfGroupingType.TypeOfEntityVersionStructureCase TYPE_OF_SALES_OFFER_PACKAGE -
TYPE_OF_TRAVEL_DOCUMENT
-
TYPE_OF_FARE_CONTRACT
-
TYPE_OF_FARE_CONTRACT_ENTRY
public static final PurposeOfGroupingType.TypeOfEntityVersionStructureCase TYPE_OF_FARE_CONTRACT_ENTRY -
TYPE_OF_CUSTOMER_ACCOUNT
-
CUSTOMER_ACCOUNT_STATUS
-
TYPE_OF_RETAIL_DEVICE
-
TYPE_OF_BATTERY_CHEMISTRY
public static final PurposeOfGroupingType.TypeOfEntityVersionStructureCase TYPE_OF_BATTERY_CHEMISTRY -
TYPE_OF_PLUG
-
TYPE_OF_MODE_OF_OPERATION
public static final PurposeOfGroupingType.TypeOfEntityVersionStructureCase TYPE_OF_MODE_OF_OPERATION -
TYPE_OF_MOBILITY_SERVICE
-
TYPEOFENTITYVERSIONSTRUCTURE_NOT_SET
public static final PurposeOfGroupingType.TypeOfEntityVersionStructureCase TYPEOFENTITYVERSIONSTRUCTURE_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
-