Enum Class AxisType

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

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

    • ANCESTOR

      public static final AxisType ANCESTOR
    • ANCESTOR_OR_SELF

      public static final AxisType ANCESTOR_OR_SELF
    • CHILD

      public static final AxisType CHILD
    • DESCENDANT

      public static final AxisType DESCENDANT
    • DESCENDANT_OR_SELF

      public static final AxisType DESCENDANT_OR_SELF
    • FOLLOW

      public static final AxisType FOLLOW
    • FOLLOW_SIBLING

      public static final AxisType FOLLOW_SIBLING
    • NO_NODE

      public static final AxisType NO_NODE
    • PARENT

      public static final AxisType PARENT
    • PRECEDING

      public static final AxisType PRECEDING
    • PRECEDING_SIBLING

      public static final AxisType PRECEDING_SIBLING
    • ROOT

      public static final AxisType ROOT
    • SELF

      public static final AxisType SELF
    • NONE

      public static final AxisType NONE
  • Method Details

    • values

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