@API(type=NOT_EXTENDABLE,
     src=PRIVATE)
public static enum DITAAccess.PasteInfo
extends java.lang.Enum<DITAAccess.PasteInfo>
| Enum Constant and Description | 
|---|
PASTE_AS_CONKEYREF
Paste clipboard fragments as content key reference. 
 | 
PASTE_AS_CONREF
Paste clipboard fragments as content reference. 
 | 
PASTE_AS_KEYREF
Paste clipboard fragments as key reference. 
 | 
PASTE_AS_REFERENCE
Paste clipboard fragments as reference. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DITAAccess.PasteInfo | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DITAAccess.PasteInfo[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final DITAAccess.PasteInfo PASTE_AS_CONKEYREF
public static final DITAAccess.PasteInfo PASTE_AS_KEYREF
public static final DITAAccess.PasteInfo PASTE_AS_CONREF
public static final DITAAccess.PasteInfo PASTE_AS_REFERENCE
public static DITAAccess.PasteInfo[] values()
for (DITAAccess.PasteInfo c : DITAAccess.PasteInfo.values()) System.out.println(c);
public static DITAAccess.PasteInfo valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.