Enum Class VariableType

java.lang.Object
java.lang.Enum<VariableType>
com.independentsoft.office.diagrams.VariableType
All Implemented Interfaces:
Serializable, Comparable<VariableType>, Constable

public enum VariableType extends Enum<VariableType>
The Enum VariableType.
  • Enum Constant Details

    • ANIMATION_LEVEL

      public static final VariableType ANIMATION_LEVEL
    • ANIMATE_ONE

      public static final VariableType ANIMATE_ONE
    • BULLETS_ENABLED

      public static final VariableType BULLETS_ENABLED
    • CHILD_MAX

      public static final VariableType CHILD_MAX
    • CHILD_PREFERENCE

      public static final VariableType CHILD_PREFERENCE
    • DIRECTION

      public static final VariableType DIRECTION
    • HIERARCHY_BRANCH

      public static final VariableType HIERARCHY_BRANCH
    • UNKNOWN

      public static final VariableType UNKNOWN
    • ORGANIZATIONAL_CHART_ALGORITHM

      public static final VariableType ORGANIZATIONAL_CHART_ALGORITHM
    • RESIZE_HANDLES

      public static final VariableType RESIZE_HANDLES
    • NONE

      public static final VariableType NONE
  • Method Details

    • values

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