Enum Class DITAAccess.PasteInfo

java.lang.Object
java.lang.Enum<DITAAccess.PasteInfo>
ro.sync.ecss.dita.DITAAccess.PasteInfo
All Implemented Interfaces:
Serializable, Comparable<DITAAccess.PasteInfo>, Constable
Enclosing class:
DITAAccess

@API(type=NOT_EXTENDABLE, src=PRIVATE) public static enum DITAAccess.PasteInfo extends Enum<DITAAccess.PasteInfo>
Paste type of clipboard fragments.
  • Enum Constant Details

    • PASTE_AS_CONKEYREF

      public static final DITAAccess.PasteInfo PASTE_AS_CONKEYREF
      Paste clipboard fragments as content key reference.
    • PASTE_AS_KEYREF

      public static final DITAAccess.PasteInfo PASTE_AS_KEYREF
      Paste clipboard fragments as key reference.
    • PASTE_AS_CONREF

      public static final DITAAccess.PasteInfo PASTE_AS_CONREF
      Paste clipboard fragments as content reference.
    • PASTE_AS_REFERENCE

      public static final DITAAccess.PasteInfo PASTE_AS_REFERENCE
      Paste clipboard fragments as reference.
  • Method Details

    • values

      public static DITAAccess.PasteInfo[] 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 DITAAccess.PasteInfo 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