Package uk.org.netex.www.netex
Enum Class GroupOfLinesTypeEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<GroupOfLinesTypeEnumeration>,Constable
@Generated
public enum GroupOfLinesTypeEnumeration
extends Enum<GroupOfLinesTypeEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values Classification of GROUP of LINEs. +v1.1 [netex_part_1/part1_networkDescription/netex_line_support.xsd at 64:53]Protobuf enum
uk.org.netex.www.netex.GroupOfLinesTypeEnumeration-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGrouping is primarily for administrative purposes..Grouping is primarily for defining tariff scope.Grouping is primarily for marketing purposes.[netex_part_1/part1_networkDescription/netex_line_support.xsd at 94:36]Grouping is primarily for creating schedules purposes.Grouping is primarily for defining tariff scope.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intGrouping is primarily for administrative purposes..static final intGrouping is primarily for defining tariff scope.static final intGrouping is primarily for marketing purposes.static final int[netex_part_1/part1_networkDescription/netex_line_support.xsd at 94:36]static final intGrouping is primarily for creating schedules purposes.static final intGrouping is primarily for defining tariff scope.static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic GroupOfLinesTypeEnumerationforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<GroupOfLinesTypeEnumeration> static GroupOfLinesTypeEnumerationvalueOf(int value) Deprecated.static GroupOfLinesTypeEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static GroupOfLinesTypeEnumerationReturns the enum constant of this class with the specified name.static GroupOfLinesTypeEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GROUP_OF_LINES_TYPE_ENUMERATION_UNSPECIFIED
Default
GROUP_OF_LINES_TYPE_ENUMERATION_UNSPECIFIED = 0; -
GROUP_OF_LINES_TYPE_ENUMERATION_MARKETING
Grouping is primarily for marketing purposes. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 69:39]
GROUP_OF_LINES_TYPE_ENUMERATION_MARKETING = 1; -
GROUP_OF_LINES_TYPE_ENUMERATION_ADMINISTRATIVE
Grouping is primarily for administrative purposes.. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 74:44]
GROUP_OF_LINES_TYPE_ENUMERATION_ADMINISTRATIVE = 2; -
GROUP_OF_LINES_TYPE_ENUMERATION_SCHEDULING
Grouping is primarily for creating schedules purposes. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 79:40]
GROUP_OF_LINES_TYPE_ENUMERATION_SCHEDULING = 3; -
GROUP_OF_LINES_TYPE_ENUMERATION_CONTROL
Grouping is primarily for defining tariff scope. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 84:37]
GROUP_OF_LINES_TYPE_ENUMERATION_CONTROL = 4; -
GROUP_OF_LINES_TYPE_ENUMERATION_TARIFF
Grouping is primarily for defining tariff scope. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 89:36]
GROUP_OF_LINES_TYPE_ENUMERATION_TARIFF = 5; -
GROUP_OF_LINES_TYPE_ENUMERATION_OTHER
[netex_part_1/part1_networkDescription/netex_line_support.xsd at 94:36]
GROUP_OF_LINES_TYPE_ENUMERATION_OTHER = 6; -
UNRECOGNIZED
-
-
Field Details
-
GROUP_OF_LINES_TYPE_ENUMERATION_UNSPECIFIED_VALUE
public static final int GROUP_OF_LINES_TYPE_ENUMERATION_UNSPECIFIED_VALUEDefault
GROUP_OF_LINES_TYPE_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
GROUP_OF_LINES_TYPE_ENUMERATION_MARKETING_VALUE
public static final int GROUP_OF_LINES_TYPE_ENUMERATION_MARKETING_VALUEGrouping is primarily for marketing purposes. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 69:39]
GROUP_OF_LINES_TYPE_ENUMERATION_MARKETING = 1;- See Also:
-
GROUP_OF_LINES_TYPE_ENUMERATION_ADMINISTRATIVE_VALUE
public static final int GROUP_OF_LINES_TYPE_ENUMERATION_ADMINISTRATIVE_VALUEGrouping is primarily for administrative purposes.. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 74:44]
GROUP_OF_LINES_TYPE_ENUMERATION_ADMINISTRATIVE = 2;- See Also:
-
GROUP_OF_LINES_TYPE_ENUMERATION_SCHEDULING_VALUE
public static final int GROUP_OF_LINES_TYPE_ENUMERATION_SCHEDULING_VALUEGrouping is primarily for creating schedules purposes. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 79:40]
GROUP_OF_LINES_TYPE_ENUMERATION_SCHEDULING = 3;- See Also:
-
GROUP_OF_LINES_TYPE_ENUMERATION_CONTROL_VALUE
public static final int GROUP_OF_LINES_TYPE_ENUMERATION_CONTROL_VALUEGrouping is primarily for defining tariff scope. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 84:37]
GROUP_OF_LINES_TYPE_ENUMERATION_CONTROL = 4;- See Also:
-
GROUP_OF_LINES_TYPE_ENUMERATION_TARIFF_VALUE
public static final int GROUP_OF_LINES_TYPE_ENUMERATION_TARIFF_VALUEGrouping is primarily for defining tariff scope. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 89:36]
GROUP_OF_LINES_TYPE_ENUMERATION_TARIFF = 5;- See Also:
-
GROUP_OF_LINES_TYPE_ENUMERATION_OTHER_VALUE
public static final int GROUP_OF_LINES_TYPE_ENUMERATION_OTHER_VALUE[netex_part_1/part1_networkDescription/netex_line_support.xsd at 94:36]
GROUP_OF_LINES_TYPE_ENUMERATION_OTHER = 6;- See Also:
-
-
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
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
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
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<GroupOfLinesTypeEnumeration> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static GroupOfLinesTypeEnumeration valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) 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:
desc- 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
-