Enum Class EntranceEnumeration

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

public enum EntranceEnumeration extends Enum<EntranceEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for doors status.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 322:45]
 
Protobuf enum uk.org.netex.www.netex.EntranceEnumeration
  • Enum Constant Details

    • ENTRANCE_ENUMERATION_UNSPECIFIED

      public static final EntranceEnumeration ENTRANCE_ENUMERATION_UNSPECIFIED
       Default
       
      ENTRANCE_ENUMERATION_UNSPECIFIED = 0;
    • ENTRANCE_ENUMERATION_OPENING

      public static final EntranceEnumeration ENTRANCE_ENUMERATION_OPENING
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 327:38]
       
      ENTRANCE_ENUMERATION_OPENING = 1;
    • ENTRANCE_ENUMERATION_OPEN_DOOR

      public static final EntranceEnumeration ENTRANCE_ENUMERATION_OPEN_DOOR
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 328:39]
       
      ENTRANCE_ENUMERATION_OPEN_DOOR = 2;
    • ENTRANCE_ENUMERATION_DOOR

      public static final EntranceEnumeration ENTRANCE_ENUMERATION_DOOR
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 329:35]
       
      ENTRANCE_ENUMERATION_DOOR = 3;
    • ENTRANCE_ENUMERATION_SWING_DOOR

      public static final EntranceEnumeration ENTRANCE_ENUMERATION_SWING_DOOR
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 330:40]
       
      ENTRANCE_ENUMERATION_SWING_DOOR = 4;
    • ENTRANCE_ENUMERATION_REVOLVING_DOOR

      public static final EntranceEnumeration ENTRANCE_ENUMERATION_REVOLVING_DOOR
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 331:44]
       
      ENTRANCE_ENUMERATION_REVOLVING_DOOR = 5;
    • ENTRANCE_ENUMERATION_AUTOMATIC_DOOR

      public static final EntranceEnumeration ENTRANCE_ENUMERATION_AUTOMATIC_DOOR
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 332:44]
       
      ENTRANCE_ENUMERATION_AUTOMATIC_DOOR = 6;
    • ENTRANCE_ENUMERATION_TICKET_BARRIER

      public static final EntranceEnumeration ENTRANCE_ENUMERATION_TICKET_BARRIER
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 333:44]
       
      ENTRANCE_ENUMERATION_TICKET_BARRIER = 7;
    • ENTRANCE_ENUMERATION_GATE

      public static final EntranceEnumeration ENTRANCE_ENUMERATION_GATE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 334:35]
       
      ENTRANCE_ENUMERATION_GATE = 8;
    • ENTRANCE_ENUMERATION_OTHER

      public static final EntranceEnumeration ENTRANCE_ENUMERATION_OTHER
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 335:36]
       
      ENTRANCE_ENUMERATION_OTHER = 9;
    • UNRECOGNIZED

      public static final EntranceEnumeration UNRECOGNIZED
  • Field Details

    • ENTRANCE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int ENTRANCE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      ENTRANCE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • ENTRANCE_ENUMERATION_OPENING_VALUE

      public static final int ENTRANCE_ENUMERATION_OPENING_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 327:38]
       
      ENTRANCE_ENUMERATION_OPENING = 1;
      See Also:
    • ENTRANCE_ENUMERATION_OPEN_DOOR_VALUE

      public static final int ENTRANCE_ENUMERATION_OPEN_DOOR_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 328:39]
       
      ENTRANCE_ENUMERATION_OPEN_DOOR = 2;
      See Also:
    • ENTRANCE_ENUMERATION_DOOR_VALUE

      public static final int ENTRANCE_ENUMERATION_DOOR_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 329:35]
       
      ENTRANCE_ENUMERATION_DOOR = 3;
      See Also:
    • ENTRANCE_ENUMERATION_SWING_DOOR_VALUE

      public static final int ENTRANCE_ENUMERATION_SWING_DOOR_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 330:40]
       
      ENTRANCE_ENUMERATION_SWING_DOOR = 4;
      See Also:
    • ENTRANCE_ENUMERATION_REVOLVING_DOOR_VALUE

      public static final int ENTRANCE_ENUMERATION_REVOLVING_DOOR_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 331:44]
       
      ENTRANCE_ENUMERATION_REVOLVING_DOOR = 5;
      See Also:
    • ENTRANCE_ENUMERATION_AUTOMATIC_DOOR_VALUE

      public static final int ENTRANCE_ENUMERATION_AUTOMATIC_DOOR_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 332:44]
       
      ENTRANCE_ENUMERATION_AUTOMATIC_DOOR = 6;
      See Also:
    • ENTRANCE_ENUMERATION_TICKET_BARRIER_VALUE

      public static final int ENTRANCE_ENUMERATION_TICKET_BARRIER_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 333:44]
       
      ENTRANCE_ENUMERATION_TICKET_BARRIER = 7;
      See Also:
    • ENTRANCE_ENUMERATION_GATE_VALUE

      public static final int ENTRANCE_ENUMERATION_GATE_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 334:35]
       
      ENTRANCE_ENUMERATION_GATE = 8;
      See Also:
    • ENTRANCE_ENUMERATION_OTHER_VALUE

      public static final int ENTRANCE_ENUMERATION_OTHER_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 335:36]
       
      ENTRANCE_ENUMERATION_OTHER = 9;
      See Also:
  • Method Details

    • values

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