Enum Class FontSizeEnumeration

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

public enum FontSizeEnumeration extends Enum<FontSizeEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for size of font. +v1.1  [netex_framework/netex_utility/netex_utility_types.xsd at 383:45]
 
Protobuf enum uk.org.netex.www.netex.FontSizeEnumeration
  • Enum Constant Details

    • FONT_SIZE_ENUMERATION_UNSPECIFIED

      public static final FontSizeEnumeration FONT_SIZE_ENUMERATION_UNSPECIFIED
       Default
       
      FONT_SIZE_ENUMERATION_UNSPECIFIED = 0;
    • FONT_SIZE_ENUMERATION_VERY_SMALL

      public static final FontSizeEnumeration FONT_SIZE_ENUMERATION_VERY_SMALL
       [netex_framework/netex_utility/netex_utility_types.xsd at 388:40]
       
      FONT_SIZE_ENUMERATION_VERY_SMALL = 1;
    • FONT_SIZE_ENUMERATION_SMALL

      public static final FontSizeEnumeration FONT_SIZE_ENUMERATION_SMALL
       [netex_framework/netex_utility/netex_utility_types.xsd at 389:36]
       
      FONT_SIZE_ENUMERATION_SMALL = 2;
    • FONT_SIZE_ENUMERATION_MEDIUM

      public static final FontSizeEnumeration FONT_SIZE_ENUMERATION_MEDIUM
       [netex_framework/netex_utility/netex_utility_types.xsd at 390:37]
       
      FONT_SIZE_ENUMERATION_MEDIUM = 6;
    • FONT_SIZE_ENUMERATION_LARGE

      public static final FontSizeEnumeration FONT_SIZE_ENUMERATION_LARGE
       [netex_framework/netex_utility/netex_utility_types.xsd at 391:36]
       
      FONT_SIZE_ENUMERATION_LARGE = 4;
    • FONT_SIZE_ENUMERATION_VERY_LARGE

      public static final FontSizeEnumeration FONT_SIZE_ENUMERATION_VERY_LARGE
       [netex_framework/netex_utility/netex_utility_types.xsd at 392:40]
       
      FONT_SIZE_ENUMERATION_VERY_LARGE = 5;
    • UNRECOGNIZED

      public static final FontSizeEnumeration UNRECOGNIZED
  • Field Details

    • FONT_SIZE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int FONT_SIZE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      FONT_SIZE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • FONT_SIZE_ENUMERATION_VERY_SMALL_VALUE

      public static final int FONT_SIZE_ENUMERATION_VERY_SMALL_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 388:40]
       
      FONT_SIZE_ENUMERATION_VERY_SMALL = 1;
      See Also:
    • FONT_SIZE_ENUMERATION_SMALL_VALUE

      public static final int FONT_SIZE_ENUMERATION_SMALL_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 389:36]
       
      FONT_SIZE_ENUMERATION_SMALL = 2;
      See Also:
    • FONT_SIZE_ENUMERATION_MEDIUM_VALUE

      public static final int FONT_SIZE_ENUMERATION_MEDIUM_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 390:37]
       
      FONT_SIZE_ENUMERATION_MEDIUM = 6;
      See Also:
    • FONT_SIZE_ENUMERATION_LARGE_VALUE

      public static final int FONT_SIZE_ENUMERATION_LARGE_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 391:36]
       
      FONT_SIZE_ENUMERATION_LARGE = 4;
      See Also:
    • FONT_SIZE_ENUMERATION_VERY_LARGE_VALUE

      public static final int FONT_SIZE_ENUMERATION_VERY_LARGE_VALUE
       [netex_framework/netex_utility/netex_utility_types.xsd at 392:40]
       
      FONT_SIZE_ENUMERATION_VERY_LARGE = 5;
      See Also:
  • Method Details

    • values

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