Enum Class ControlType

java.lang.Object
java.lang.Enum<ControlType>
org.biopax.paxtools.model.level2.ControlType
All Implemented Interfaces:
Serializable, Comparable<ControlType>, Constable

public enum ControlType extends Enum<ControlType>
User: root Date: Aug 1, 2006 Time: 5:37:34 PM_DOT
  • Enum Constant Details

    • ACTIVATION

      public static final ControlType ACTIVATION
    • INHIBITION

      public static final ControlType INHIBITION
    • ACTIVATION_UNKMECH

      public static final ControlType ACTIVATION_UNKMECH
    • INHIBITION_UNKMECH

      public static final ControlType INHIBITION_UNKMECH
    • INHIBITION_ALLOSTERIC

      public static final ControlType INHIBITION_ALLOSTERIC
    • INHIBITION_COMPETITIVE

      public static final ControlType INHIBITION_COMPETITIVE
    • INHIBITION_IRREVERSIBLE

      public static final ControlType INHIBITION_IRREVERSIBLE
    • INHIBITION_NONCOMPETITIVE

      public static final ControlType INHIBITION_NONCOMPETITIVE
    • INHIBITION_OTHER

      public static final ControlType INHIBITION_OTHER
    • INHIBITION_UNCOMPETITIVE

      public static final ControlType INHIBITION_UNCOMPETITIVE
    • ACTIVATION_NONALLOSTERIC

      public static final ControlType ACTIVATION_NONALLOSTERIC
    • ACTIVATION_ALLOSTERIC

      public static final ControlType ACTIVATION_ALLOSTERIC
  • Method Details

    • values

      public static ControlType[] 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 ControlType 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