Enum Class GroupOfLinesTypeEnumeration

java.lang.Object
java.lang.Enum<GroupOfLinesTypeEnumeration>
uk.org.netex.www.netex.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
  • Enum Constant Details

    • GROUP_OF_LINES_TYPE_ENUMERATION_UNSPECIFIED

      public static final GroupOfLinesTypeEnumeration GROUP_OF_LINES_TYPE_ENUMERATION_UNSPECIFIED
       Default
       
      GROUP_OF_LINES_TYPE_ENUMERATION_UNSPECIFIED = 0;
    • GROUP_OF_LINES_TYPE_ENUMERATION_MARKETING

      public static final GroupOfLinesTypeEnumeration 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

      public static final GroupOfLinesTypeEnumeration 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

      public static final GroupOfLinesTypeEnumeration 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

      public static final GroupOfLinesTypeEnumeration 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

      public static final GroupOfLinesTypeEnumeration 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

      public static final GroupOfLinesTypeEnumeration 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

      public static final GroupOfLinesTypeEnumeration UNRECOGNIZED
  • Field Details

    • GROUP_OF_LINES_TYPE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int GROUP_OF_LINES_TYPE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      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_VALUE
       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;
      See Also:
    • GROUP_OF_LINES_TYPE_ENUMERATION_ADMINISTRATIVE_VALUE

      public static final int GROUP_OF_LINES_TYPE_ENUMERATION_ADMINISTRATIVE_VALUE
       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;
      See Also:
    • GROUP_OF_LINES_TYPE_ENUMERATION_SCHEDULING_VALUE

      public static final int GROUP_OF_LINES_TYPE_ENUMERATION_SCHEDULING_VALUE
       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;
      See Also:
    • GROUP_OF_LINES_TYPE_ENUMERATION_CONTROL_VALUE

      public static final int GROUP_OF_LINES_TYPE_ENUMERATION_CONTROL_VALUE
       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;
      See Also:
    • GROUP_OF_LINES_TYPE_ENUMERATION_TARIFF_VALUE

      public static final int GROUP_OF_LINES_TYPE_ENUMERATION_TARIFF_VALUE
       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;
      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

      public static GroupOfLinesTypeEnumeration[] 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 GroupOfLinesTypeEnumeration 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static GroupOfLinesTypeEnumeration 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 name
      NullPointerException - if the argument is null
    • forNumber

      public static GroupOfLinesTypeEnumeration forNumber(int value)
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null