Enum Class ElementType

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

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

    • ALL

      public static final ElementType ALL
    • ASSISTANT

      public static final ElementType ASSISTANT
    • DOCUMENT

      public static final ElementType DOCUMENT
    • NODE

      public static final ElementType NODE
    • NON_ASSISTANT

      public static final ElementType NON_ASSISTANT
    • NON_NORMAL

      public static final ElementType NON_NORMAL
    • NORMAL

      public static final ElementType NORMAL
    • PARENT_TRANSITION

      public static final ElementType PARENT_TRANSITION
    • PRESENTATION

      public static final ElementType PRESENTATION
    • SIBLING_TRANSITION

      public static final ElementType SIBLING_TRANSITION
    • NONE

      public static final ElementType NONE
  • Method Details

    • values

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