java.lang.Object
java.lang.Enum<Zone_E>
org.bilat.discoveryMat.moo.algo.matching.concret.penteCourbure.data.atome.type.Zone_E
All Implemented Interfaces:
Serializable, Comparable<Zone_E>, Constable

public enum Zone_E extends Enum<Zone_E>
  • Enum Constant Details

    • DEMARAGE

      public static final Zone_E DEMARAGE
    • TRANSITION

      public static final Zone_E TRANSITION
    • AMORTISSEMENT

      public static final Zone_E AMORTISSEMENT
  • Method Details

    • values

      public static Zone_E[] 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 Zone_E 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
    • getIndice

      public int getIndice()