Enum Class GeorelEnumVO

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

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

    • EQUALS

      public static final GeorelEnumVO EQUALS
    • DISJOINT

      public static final GeorelEnumVO DISJOINT
    • INTERSECTS

      public static final GeorelEnumVO INTERSECTS
    • WITHIN

      public static final GeorelEnumVO WITHIN
    • CONTAINS

      public static final GeorelEnumVO CONTAINS
    • OVERLAPS

      public static final GeorelEnumVO OVERLAPS
    • _NEAR_MAXDISTANCE_D_MINDISTANCE_D_

      public static final GeorelEnumVO _NEAR_MAXDISTANCE_D_MINDISTANCE_D_
  • Field Details

  • Method Details

    • values

      public static GeorelEnumVO[] 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 GeorelEnumVO 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 GeorelEnumVO toEnum(String value)
    • toOptional

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

      public String getValue()