Module aya.base

Enum Class SerTerm.Interval

java.lang.Object
java.lang.Enum<SerTerm.Interval>
org.aya.core.serde.SerTerm.Interval
All Implemented Interfaces:
Serializable, Comparable<SerTerm.Interval>, Constable, SerTerm, org.aya.guest0x0.cubical.Restr.TermLike<SerTerm>
Enclosing interface:
SerTerm

public static enum SerTerm.Interval extends Enum<SerTerm.Interval> implements SerTerm
  • Enum Constant Details

  • Method Details

    • values

      public static SerTerm.Interval[] 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 SerTerm.Interval 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
    • de

      @NotNull public @NotNull Term de(@NotNull @NotNull SerTerm.DeState state)
      Specified by:
      de in interface SerTerm