Enum Class LanguageUseEnumeration

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

public enum LanguageUseEnumeration extends Enum<LanguageUseEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Enumeration of Uses of language.  [netex_framework/netex_utility/netex_utility_types.xsd at 194:48]
 
Protobuf enum uk.org.netex.www.netex.LanguageUseEnumeration
  • Enum Constant Details

    • LANGUAGE_USE_ENUMERATION_UNSPECIFIED

      public static final LanguageUseEnumeration LANGUAGE_USE_ENUMERATION_UNSPECIFIED
       Default
       
      LANGUAGE_USE_ENUMERATION_UNSPECIFIED = 0;
    • LANGUAGE_USE_ENUMERATION_NORMALLY_USED

      public static final LanguageUseEnumeration LANGUAGE_USE_ENUMERATION_NORMALLY_USED
       [netex_framework/netex_utility/netex_utility_types.xsd at 199:43]
       
      LANGUAGE_USE_ENUMERATION_NORMALLY_USED = 1;
    • LANGUAGE_USE_ENUMERATION_UNDERSTOOD

      public static final LanguageUseEnumeration LANGUAGE_USE_ENUMERATION_UNDERSTOOD
       [netex_framework/netex_utility/netex_utility_types.xsd at 200:41]
       
      LANGUAGE_USE_ENUMERATION_UNDERSTOOD = 2;
    • LANGUAGE_USE_ENUMERATION_NATIVE

      public static final LanguageUseEnumeration LANGUAGE_USE_ENUMERATION_NATIVE
       [netex_framework/netex_utility/netex_utility_types.xsd at 201:37]
       
      LANGUAGE_USE_ENUMERATION_NATIVE = 3;
    • LANGUAGE_USE_ENUMERATION_SPOKEN

      public static final LanguageUseEnumeration LANGUAGE_USE_ENUMERATION_SPOKEN
       [netex_framework/netex_utility/netex_utility_types.xsd at 202:37]
       
      LANGUAGE_USE_ENUMERATION_SPOKEN = 4;
    • LANGUAGE_USE_ENUMERATION_WRITTEN

      public static final LanguageUseEnumeration LANGUAGE_USE_ENUMERATION_WRITTEN
       [netex_framework/netex_utility/netex_utility_types.xsd at 203:38]
       
      LANGUAGE_USE_ENUMERATION_WRITTEN = 5;
    • LANGUAGE_USE_ENUMERATION_READ

      public static final LanguageUseEnumeration LANGUAGE_USE_ENUMERATION_READ
       [netex_framework/netex_utility/netex_utility_types.xsd at 204:35]
       
      LANGUAGE_USE_ENUMERATION_READ = 6;
    • LANGUAGE_USE_ENUMERATION_OTHER

      public static final LanguageUseEnumeration LANGUAGE_USE_ENUMERATION_OTHER
       [netex_framework/netex_utility/netex_utility_types.xsd at 205:36]
       
      LANGUAGE_USE_ENUMERATION_OTHER = 7;
    • LANGUAGE_USE_ENUMERATION_ALL_USES

      public static final LanguageUseEnumeration LANGUAGE_USE_ENUMERATION_ALL_USES
       [netex_framework/netex_utility/netex_utility_types.xsd at 206:38]
       
      LANGUAGE_USE_ENUMERATION_ALL_USES = 8;
    • UNRECOGNIZED

      public static final LanguageUseEnumeration UNRECOGNIZED
  • Field Details

    • LANGUAGE_USE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int LANGUAGE_USE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      LANGUAGE_USE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • LANGUAGE_USE_ENUMERATION_NORMALLY_USED_VALUE

      public static final int LANGUAGE_USE_ENUMERATION_NORMALLY_USED_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 199:43]
       
      LANGUAGE_USE_ENUMERATION_NORMALLY_USED = 1;
      See Also:
    • LANGUAGE_USE_ENUMERATION_UNDERSTOOD_VALUE

      public static final int LANGUAGE_USE_ENUMERATION_UNDERSTOOD_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 200:41]
       
      LANGUAGE_USE_ENUMERATION_UNDERSTOOD = 2;
      See Also:
    • LANGUAGE_USE_ENUMERATION_NATIVE_VALUE

      public static final int LANGUAGE_USE_ENUMERATION_NATIVE_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 201:37]
       
      LANGUAGE_USE_ENUMERATION_NATIVE = 3;
      See Also:
    • LANGUAGE_USE_ENUMERATION_SPOKEN_VALUE

      public static final int LANGUAGE_USE_ENUMERATION_SPOKEN_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 202:37]
       
      LANGUAGE_USE_ENUMERATION_SPOKEN = 4;
      See Also:
    • LANGUAGE_USE_ENUMERATION_WRITTEN_VALUE

      public static final int LANGUAGE_USE_ENUMERATION_WRITTEN_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 203:38]
       
      LANGUAGE_USE_ENUMERATION_WRITTEN = 5;
      See Also:
    • LANGUAGE_USE_ENUMERATION_READ_VALUE

      public static final int LANGUAGE_USE_ENUMERATION_READ_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 204:35]
       
      LANGUAGE_USE_ENUMERATION_READ = 6;
      See Also:
    • LANGUAGE_USE_ENUMERATION_OTHER_VALUE

      public static final int LANGUAGE_USE_ENUMERATION_OTHER_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 205:36]
       
      LANGUAGE_USE_ENUMERATION_OTHER = 7;
      See Also:
    • LANGUAGE_USE_ENUMERATION_ALL_USES_VALUE

      public static final int LANGUAGE_USE_ENUMERATION_ALL_USES_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 206:38]
       
      LANGUAGE_USE_ENUMERATION_ALL_USES = 8;
      See Also:
  • Method Details

    • values

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