Module dev.civl.mc

Enum Class AbstractFunction.SpecialRelationKind

java.lang.Object
java.lang.Enum<AbstractFunction.SpecialRelationKind>
dev.civl.mc.model.IF.AbstractFunction.SpecialRelationKind
All Implemented Interfaces:
Serializable, Comparable<AbstractFunction.SpecialRelationKind>, Constable
Enclosing interface:
AbstractFunction

public static enum AbstractFunction.SpecialRelationKind extends Enum<AbstractFunction.SpecialRelationKind>
The kind of a special relation represented by this abstract function
  • Enum Constant Details

  • Method Details

    • values

      public static AbstractFunction.SpecialRelationKind[] 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 AbstractFunction.SpecialRelationKind 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