public enum CatAsmPasteComponentMode extends java.lang.Enum<CatAsmPasteComponentMode>
| Enum Constant and Description |
|---|
catPasteWithCstOnCopy |
catPasteWithCstOnCopyAndCut |
catPasteWithCstOnCut |
catPasteWithoutCsts |
| Modifier and Type | Method and Description |
|---|---|
static CatAsmPasteComponentMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatAsmPasteComponentMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatAsmPasteComponentMode catPasteWithoutCsts
public static final CatAsmPasteComponentMode catPasteWithCstOnCopy
public static final CatAsmPasteComponentMode catPasteWithCstOnCut
public static final CatAsmPasteComponentMode catPasteWithCstOnCopyAndCut
public static CatAsmPasteComponentMode[] values()
for (CatAsmPasteComponentMode c : CatAsmPasteComponentMode.values()) System.out.println(c);
public static CatAsmPasteComponentMode 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