Package ro.sync.ecss.dita
Enum Class 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPaste clipboard fragments as content key reference.Paste clipboard fragments as content reference.Paste clipboard fragments as key reference.Paste clipboard fragments as reference. -
Method Summary
Modifier and TypeMethodDescriptionstatic DITAAccess.PasteInfo
Returns the enum constant of this class with the specified name.static DITAAccess.PasteInfo[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PASTE_AS_CONKEYREF
Paste clipboard fragments as content key reference. -
PASTE_AS_KEYREF
Paste clipboard fragments as key reference. -
PASTE_AS_CONREF
Paste clipboard fragments as content reference. -
PASTE_AS_REFERENCE
Paste clipboard fragments as reference.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-