Enum Class BoardingPositionTypeEnumeration

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

public enum BoardingPositionTypeEnumeration extends Enum<BoardingPositionTypeEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for BOARDING POSITION Component Types.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 402:57]
 
Protobuf enum uk.org.netex.www.netex.BoardingPositionTypeEnumeration
  • Enum Constant Details

    • BOARDING_POSITION_TYPE_ENUMERATION_UNSPECIFIED

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_UNSPECIFIED
       Default
       
      BOARDING_POSITION_TYPE_ENUMERATION_UNSPECIFIED = 0;
    • BOARDING_POSITION_TYPE_ENUMERATION_UNKNOWN

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_UNKNOWN
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 407:38]
       
      BOARDING_POSITION_TYPE_ENUMERATION_UNKNOWN = 1;
    • BOARDING_POSITION_TYPE_ENUMERATION_DOOR_FROM_AIRLINE_GATE

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_DOOR_FROM_AIRLINE_GATE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 408:50]
       
      BOARDING_POSITION_TYPE_ENUMERATION_DOOR_FROM_AIRLINE_GATE = 2;
    • BOARDING_POSITION_TYPE_ENUMERATION_POSITION_ON_RAIL_PLATFORM

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_POSITION_ON_RAIL_PLATFORM
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 409:53]
       
      BOARDING_POSITION_TYPE_ENUMERATION_POSITION_ON_RAIL_PLATFORM = 3;
    • BOARDING_POSITION_TYPE_ENUMERATION_POSITION_ON_METRO_PLATFORM

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_POSITION_ON_METRO_PLATFORM
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 410:54]
       
      BOARDING_POSITION_TYPE_ENUMERATION_POSITION_ON_METRO_PLATFORM = 4;
    • BOARDING_POSITION_TYPE_ENUMERATION_POSITION_AT_COACH_STOP

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_POSITION_AT_COACH_STOP
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 411:50]
       
      BOARDING_POSITION_TYPE_ENUMERATION_POSITION_AT_COACH_STOP = 5;
    • BOARDING_POSITION_TYPE_ENUMERATION_POSITION_AT_BUS_STOP

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_POSITION_AT_BUS_STOP
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 412:48]
       
      BOARDING_POSITION_TYPE_ENUMERATION_POSITION_AT_BUS_STOP = 6;
    • BOARDING_POSITION_TYPE_ENUMERATION_BOAT_GANGWAY

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_BOAT_GANGWAY
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 413:42]
       
      BOARDING_POSITION_TYPE_ENUMERATION_BOAT_GANGWAY = 7;
    • BOARDING_POSITION_TYPE_ENUMERATION_FERRY_GANGWAY

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_FERRY_GANGWAY
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 414:43]
       
      BOARDING_POSITION_TYPE_ENUMERATION_FERRY_GANGWAY = 8;
    • BOARDING_POSITION_TYPE_ENUMERATION_TELECABIN_PLATFORM

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_TELECABIN_PLATFORM
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 415:48]
       
      BOARDING_POSITION_TYPE_ENUMERATION_TELECABIN_PLATFORM = 9;
    • BOARDING_POSITION_TYPE_ENUMERATION_SET_DOWN_POINT

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_SET_DOWN_POINT
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 416:43]
       
      BOARDING_POSITION_TYPE_ENUMERATION_SET_DOWN_POINT = 10;
    • BOARDING_POSITION_TYPE_ENUMERATION_TAXI_BAY

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_TAXI_BAY
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 417:38]
       
      BOARDING_POSITION_TYPE_ENUMERATION_TAXI_BAY = 11;
    • BOARDING_POSITION_TYPE_ENUMERATION_VEHICLE_LOADING_RAMP

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_VEHICLE_LOADING_RAMP
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 418:49]
       
      BOARDING_POSITION_TYPE_ENUMERATION_VEHICLE_LOADING_RAMP = 12;
    • BOARDING_POSITION_TYPE_ENUMERATION_OTHER

      public static final BoardingPositionTypeEnumeration BOARDING_POSITION_TYPE_ENUMERATION_OTHER
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 419:36]
       
      BOARDING_POSITION_TYPE_ENUMERATION_OTHER = 13;
    • UNRECOGNIZED

      public static final BoardingPositionTypeEnumeration UNRECOGNIZED
  • Field Details

    • BOARDING_POSITION_TYPE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      BOARDING_POSITION_TYPE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_UNKNOWN_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_UNKNOWN_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 407:38]
       
      BOARDING_POSITION_TYPE_ENUMERATION_UNKNOWN = 1;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_DOOR_FROM_AIRLINE_GATE_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_DOOR_FROM_AIRLINE_GATE_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 408:50]
       
      BOARDING_POSITION_TYPE_ENUMERATION_DOOR_FROM_AIRLINE_GATE = 2;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_POSITION_ON_RAIL_PLATFORM_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_POSITION_ON_RAIL_PLATFORM_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 409:53]
       
      BOARDING_POSITION_TYPE_ENUMERATION_POSITION_ON_RAIL_PLATFORM = 3;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_POSITION_ON_METRO_PLATFORM_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_POSITION_ON_METRO_PLATFORM_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 410:54]
       
      BOARDING_POSITION_TYPE_ENUMERATION_POSITION_ON_METRO_PLATFORM = 4;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_POSITION_AT_COACH_STOP_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_POSITION_AT_COACH_STOP_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 411:50]
       
      BOARDING_POSITION_TYPE_ENUMERATION_POSITION_AT_COACH_STOP = 5;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_POSITION_AT_BUS_STOP_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_POSITION_AT_BUS_STOP_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 412:48]
       
      BOARDING_POSITION_TYPE_ENUMERATION_POSITION_AT_BUS_STOP = 6;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_BOAT_GANGWAY_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_BOAT_GANGWAY_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 413:42]
       
      BOARDING_POSITION_TYPE_ENUMERATION_BOAT_GANGWAY = 7;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_FERRY_GANGWAY_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_FERRY_GANGWAY_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 414:43]
       
      BOARDING_POSITION_TYPE_ENUMERATION_FERRY_GANGWAY = 8;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_TELECABIN_PLATFORM_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_TELECABIN_PLATFORM_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 415:48]
       
      BOARDING_POSITION_TYPE_ENUMERATION_TELECABIN_PLATFORM = 9;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_SET_DOWN_POINT_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_SET_DOWN_POINT_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 416:43]
       
      BOARDING_POSITION_TYPE_ENUMERATION_SET_DOWN_POINT = 10;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_TAXI_BAY_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_TAXI_BAY_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 417:38]
       
      BOARDING_POSITION_TYPE_ENUMERATION_TAXI_BAY = 11;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_VEHICLE_LOADING_RAMP_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_VEHICLE_LOADING_RAMP_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 418:49]
       
      BOARDING_POSITION_TYPE_ENUMERATION_VEHICLE_LOADING_RAMP = 12;
      See Also:
    • BOARDING_POSITION_TYPE_ENUMERATION_OTHER_VALUE

      public static final int BOARDING_POSITION_TYPE_ENUMERATION_OTHER_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 419:36]
       
      BOARDING_POSITION_TYPE_ENUMERATION_OTHER = 13;
      See Also:
  • Method Details

    • values

      public static BoardingPositionTypeEnumeration[] 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 BoardingPositionTypeEnumeration 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 BoardingPositionTypeEnumeration 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 BoardingPositionTypeEnumeration 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<BoardingPositionTypeEnumeration> 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 BoardingPositionTypeEnumeration 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