Enum Class VersionStatusEnumeration

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

public enum VersionStatusEnumeration extends Enum<VersionStatusEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for Statuses of VERSION.  [netex_framework/netex_responsibility/netex_version_support.xsd at 164:50]
 
Protobuf enum uk.org.netex.www.netex.VersionStatusEnumeration
  • Enum Constant Details

    • VERSION_STATUS_ENUMERATION_UNSPECIFIED

      public static final VersionStatusEnumeration VERSION_STATUS_ENUMERATION_UNSPECIFIED
       Default
       
      VERSION_STATUS_ENUMERATION_UNSPECIFIED = 0;
    • VERSION_STATUS_ENUMERATION_DRAFT

      public static final VersionStatusEnumeration VERSION_STATUS_ENUMERATION_DRAFT
       [netex_framework/netex_responsibility/netex_version_support.xsd at 169:36]
       
      VERSION_STATUS_ENUMERATION_DRAFT = 1;
    • VERSION_STATUS_ENUMERATION_PROPOSED

      public static final VersionStatusEnumeration VERSION_STATUS_ENUMERATION_PROPOSED
       [netex_framework/netex_responsibility/netex_version_support.xsd at 170:39]
       
      VERSION_STATUS_ENUMERATION_PROPOSED = 6;
    • VERSION_STATUS_ENUMERATION_VERSIONED

      public static final VersionStatusEnumeration VERSION_STATUS_ENUMERATION_VERSIONED
       [netex_framework/netex_responsibility/netex_version_support.xsd at 171:40]
       
      VERSION_STATUS_ENUMERATION_VERSIONED = 2;
    • VERSION_STATUS_ENUMERATION_DEPRECATED

      public static final VersionStatusEnumeration VERSION_STATUS_ENUMERATION_DEPRECATED
       [netex_framework/netex_responsibility/netex_version_support.xsd at 172:41]
       
      VERSION_STATUS_ENUMERATION_DEPRECATED = 3;
    • VERSION_STATUS_ENUMERATION_OTHER

      public static final VersionStatusEnumeration VERSION_STATUS_ENUMERATION_OTHER
       [netex_framework/netex_responsibility/netex_version_support.xsd at 173:36]
       
      VERSION_STATUS_ENUMERATION_OTHER = 4;
    • UNRECOGNIZED

      public static final VersionStatusEnumeration UNRECOGNIZED
  • Field Details

    • VERSION_STATUS_ENUMERATION_UNSPECIFIED_VALUE

      public static final int VERSION_STATUS_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      VERSION_STATUS_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • VERSION_STATUS_ENUMERATION_DRAFT_VALUE

      public static final int VERSION_STATUS_ENUMERATION_DRAFT_VALUE
       [netex_framework/netex_responsibility/netex_version_support.xsd at 169:36]
       
      VERSION_STATUS_ENUMERATION_DRAFT = 1;
      See Also:
    • VERSION_STATUS_ENUMERATION_PROPOSED_VALUE

      public static final int VERSION_STATUS_ENUMERATION_PROPOSED_VALUE
       [netex_framework/netex_responsibility/netex_version_support.xsd at 170:39]
       
      VERSION_STATUS_ENUMERATION_PROPOSED = 6;
      See Also:
    • VERSION_STATUS_ENUMERATION_VERSIONED_VALUE

      public static final int VERSION_STATUS_ENUMERATION_VERSIONED_VALUE
       [netex_framework/netex_responsibility/netex_version_support.xsd at 171:40]
       
      VERSION_STATUS_ENUMERATION_VERSIONED = 2;
      See Also:
    • VERSION_STATUS_ENUMERATION_DEPRECATED_VALUE

      public static final int VERSION_STATUS_ENUMERATION_DEPRECATED_VALUE
       [netex_framework/netex_responsibility/netex_version_support.xsd at 172:41]
       
      VERSION_STATUS_ENUMERATION_DEPRECATED = 3;
      See Also:
    • VERSION_STATUS_ENUMERATION_OTHER_VALUE

      public static final int VERSION_STATUS_ENUMERATION_OTHER_VALUE
       [netex_framework/netex_responsibility/netex_version_support.xsd at 173:36]
       
      VERSION_STATUS_ENUMERATION_OTHER = 4;
      See Also:
  • Method Details

    • values

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