Enum Class TideEnumeration

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

@Generated public enum TideEnumeration extends Enum<TideEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for Tides.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 289:41]
 
Protobuf enum uk.org.netex.www.netex.TideEnumeration
  • Enum Constant Details

    • TIDE_ENUMERATION_UNSPECIFIED

      public static final TideEnumeration TIDE_ENUMERATION_UNSPECIFIED
       Default
       
      TIDE_ENUMERATION_UNSPECIFIED = 0;
    • TIDE_ENUMERATION_HIGH_TIDE

      public static final TideEnumeration TIDE_ENUMERATION_HIGH_TIDE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 294:39]
       
      TIDE_ENUMERATION_HIGH_TIDE = 1;
    • TIDE_ENUMERATION_LOW_TIDE

      public static final TideEnumeration TIDE_ENUMERATION_LOW_TIDE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 295:38]
       
      TIDE_ENUMERATION_LOW_TIDE = 2;
    • TIDE_ENUMERATION_NEAP_TIDE

      public static final TideEnumeration TIDE_ENUMERATION_NEAP_TIDE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 296:39]
       
      TIDE_ENUMERATION_NEAP_TIDE = 3;
    • TIDE_ENUMERATION_ALL_TIDES

      public static final TideEnumeration TIDE_ENUMERATION_ALL_TIDES
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 297:39]
       
      TIDE_ENUMERATION_ALL_TIDES = 4;
    • UNRECOGNIZED

      public static final TideEnumeration UNRECOGNIZED
  • Field Details

    • TIDE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int TIDE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      TIDE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • TIDE_ENUMERATION_HIGH_TIDE_VALUE

      public static final int TIDE_ENUMERATION_HIGH_TIDE_VALUE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 294:39]
       
      TIDE_ENUMERATION_HIGH_TIDE = 1;
      See Also:
    • TIDE_ENUMERATION_LOW_TIDE_VALUE

      public static final int TIDE_ENUMERATION_LOW_TIDE_VALUE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 295:38]
       
      TIDE_ENUMERATION_LOW_TIDE = 2;
      See Also:
    • TIDE_ENUMERATION_NEAP_TIDE_VALUE

      public static final int TIDE_ENUMERATION_NEAP_TIDE_VALUE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 296:39]
       
      TIDE_ENUMERATION_NEAP_TIDE = 3;
      See Also:
    • TIDE_ENUMERATION_ALL_TIDES_VALUE

      public static final int TIDE_ENUMERATION_ALL_TIDES_VALUE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 297:39]
       
      TIDE_ENUMERATION_ALL_TIDES = 4;
      See Also:
  • Method Details

    • values

      public static TideEnumeration[] 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 TideEnumeration 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 TideEnumeration 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 TideEnumeration 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<TideEnumeration> 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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static TideEnumeration 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