Enum Class PointType

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

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

    • ASSISTANT_ELEMENT

      public static final PointType ASSISTANT_ELEMENT
    • DOCUMENT

      public static final PointType DOCUMENT
    • NODE

      public static final PointType NODE
    • PARENT_TRANSITION

      public static final PointType PARENT_TRANSITION
    • PRESENTATION

      public static final PointType PRESENTATION
    • SIBLING_TRANSITION

      public static final PointType SIBLING_TRANSITION
    • NONE

      public static final PointType NONE
  • Method Details

    • values

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