Enum Class TimerelVO

java.lang.Object
java.lang.Enum<TimerelVO>
org.fiware.ngsi.model.TimerelVO
All Implemented Interfaces:
Serializable, Comparable<TimerelVO>, Constable

@Generated(value="org.openapitools.codegen.languages.MicronautCodegen", date="2024-03-27T10:50:06.751254055Z[Etc/UTC]") @Introspected public enum TimerelVO extends Enum<TimerelVO>
  • Enum Constant Details

    • BEFORE

      public static final TimerelVO BEFORE
    • AFTER

      public static final TimerelVO AFTER
    • BETWEEN

      public static final TimerelVO BETWEEN
  • Field Details

  • Method Details

    • values

      public static TimerelVO[] 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 TimerelVO 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
    • toEnum

      public static TimerelVO toEnum(String value)
    • toOptional

      public static Optional<TimerelVO> toOptional(String value)
    • getValue

      public String getValue()