public static enum GComponent.CopyPasteOperation extends Enum<GComponent.CopyPasteOperation>
Enum Constant and Description |
---|
All |
Copy
available operations
|
Export |
Import |
Paste |
Reset |
Modifier and Type | Method and Description |
---|---|
static GComponent.CopyPasteOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GComponent.CopyPasteOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GComponent.CopyPasteOperation Copy
public static final GComponent.CopyPasteOperation Paste
public static final GComponent.CopyPasteOperation Import
public static final GComponent.CopyPasteOperation Export
public static final GComponent.CopyPasteOperation Reset
public static final GComponent.CopyPasteOperation All
public static GComponent.CopyPasteOperation[] values()
for (GComponent.CopyPasteOperation c : GComponent.CopyPasteOperation.values()) System.out.println(c);
public static GComponent.CopyPasteOperation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024. All rights reserved.