Enum Class PassengerInformationFacilityEnumeration

java.lang.Object
java.lang.Enum<PassengerInformationFacilityEnumeration>
uk.org.netex.www.netex.PassengerInformationFacilityEnumeration
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<PassengerInformationFacilityEnumeration>, Constable

public enum PassengerInformationFacilityEnumeration extends Enum<PassengerInformationFacilityEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for Passenger information facility.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 132:65]
 
Protobuf enum uk.org.netex.www.netex.PassengerInformationFacilityEnumeration
  • Enum Constant Details

    • PASSENGER_INFORMATION_FACILITY_ENUMERATION_UNSPECIFIED

      public static final PassengerInformationFacilityEnumeration PASSENGER_INFORMATION_FACILITY_ENUMERATION_UNSPECIFIED
       Default
       
      PASSENGER_INFORMATION_FACILITY_ENUMERATION_UNSPECIFIED = 0;
    • PASSENGER_INFORMATION_FACILITY_ENUMERATION_NEXT_STOP_INDICATOR

      public static final PassengerInformationFacilityEnumeration PASSENGER_INFORMATION_FACILITY_ENUMERATION_NEXT_STOP_INDICATOR
       [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 137:48]
       
      PASSENGER_INFORMATION_FACILITY_ENUMERATION_NEXT_STOP_INDICATOR = 1;
    • PASSENGER_INFORMATION_FACILITY_ENUMERATION_STOP_ANNOUNCEMENTS

      public static final PassengerInformationFacilityEnumeration PASSENGER_INFORMATION_FACILITY_ENUMERATION_STOP_ANNOUNCEMENTS
       [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 138:48]
       
      PASSENGER_INFORMATION_FACILITY_ENUMERATION_STOP_ANNOUNCEMENTS = 2;
    • PASSENGER_INFORMATION_FACILITY_ENUMERATION_PASSENGER_INFORMATION_DISPLAY

      public static final PassengerInformationFacilityEnumeration PASSENGER_INFORMATION_FACILITY_ENUMERATION_PASSENGER_INFORMATION_DISPLAY
       [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 139:58]
       
      PASSENGER_INFORMATION_FACILITY_ENUMERATION_PASSENGER_INFORMATION_DISPLAY = 3;
    • PASSENGER_INFORMATION_FACILITY_ENUMERATION_REAL_TIME_CONNECTIONS

      public static final PassengerInformationFacilityEnumeration PASSENGER_INFORMATION_FACILITY_ENUMERATION_REAL_TIME_CONNECTIONS
       [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 140:50]
       
      PASSENGER_INFORMATION_FACILITY_ENUMERATION_REAL_TIME_CONNECTIONS = 4;
    • PASSENGER_INFORMATION_FACILITY_ENUMERATION_OTHER

      public static final PassengerInformationFacilityEnumeration PASSENGER_INFORMATION_FACILITY_ENUMERATION_OTHER
       [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 141:36]
       
      PASSENGER_INFORMATION_FACILITY_ENUMERATION_OTHER = 5;
    • UNRECOGNIZED

      public static final PassengerInformationFacilityEnumeration UNRECOGNIZED
  • Field Details

    • PASSENGER_INFORMATION_FACILITY_ENUMERATION_UNSPECIFIED_VALUE

      public static final int PASSENGER_INFORMATION_FACILITY_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      PASSENGER_INFORMATION_FACILITY_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • PASSENGER_INFORMATION_FACILITY_ENUMERATION_NEXT_STOP_INDICATOR_VALUE

      public static final int PASSENGER_INFORMATION_FACILITY_ENUMERATION_NEXT_STOP_INDICATOR_VALUE
       [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 137:48]
       
      PASSENGER_INFORMATION_FACILITY_ENUMERATION_NEXT_STOP_INDICATOR = 1;
      See Also:
    • PASSENGER_INFORMATION_FACILITY_ENUMERATION_STOP_ANNOUNCEMENTS_VALUE

      public static final int PASSENGER_INFORMATION_FACILITY_ENUMERATION_STOP_ANNOUNCEMENTS_VALUE
       [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 138:48]
       
      PASSENGER_INFORMATION_FACILITY_ENUMERATION_STOP_ANNOUNCEMENTS = 2;
      See Also:
    • PASSENGER_INFORMATION_FACILITY_ENUMERATION_PASSENGER_INFORMATION_DISPLAY_VALUE

      public static final int PASSENGER_INFORMATION_FACILITY_ENUMERATION_PASSENGER_INFORMATION_DISPLAY_VALUE
       [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 139:58]
       
      PASSENGER_INFORMATION_FACILITY_ENUMERATION_PASSENGER_INFORMATION_DISPLAY = 3;
      See Also:
    • PASSENGER_INFORMATION_FACILITY_ENUMERATION_REAL_TIME_CONNECTIONS_VALUE

      public static final int PASSENGER_INFORMATION_FACILITY_ENUMERATION_REAL_TIME_CONNECTIONS_VALUE
       [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 140:50]
       
      PASSENGER_INFORMATION_FACILITY_ENUMERATION_REAL_TIME_CONNECTIONS = 4;
      See Also:
    • PASSENGER_INFORMATION_FACILITY_ENUMERATION_OTHER_VALUE

      public static final int PASSENGER_INFORMATION_FACILITY_ENUMERATION_OTHER_VALUE
       [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 141:36]
       
      PASSENGER_INFORMATION_FACILITY_ENUMERATION_OTHER = 5;
      See Also:
  • Method Details

    • values

      public static PassengerInformationFacilityEnumeration[] 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 PassengerInformationFacilityEnumeration 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 PassengerInformationFacilityEnumeration 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 PassengerInformationFacilityEnumeration 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<PassengerInformationFacilityEnumeration> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static PassengerInformationFacilityEnumeration 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