public static class CAMSetup.Paste extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_AFTER
paste after
|
static int |
_BEFORE
paste before
|
static int |
_INSIDE
paste inside
|
static CAMSetup.Paste |
AFTER
paste after
|
static CAMSetup.Paste |
BEFORE
paste before
|
static CAMSetup.Paste |
INSIDE
paste inside
|
Modifier and Type | Method and Description |
---|---|
static CAMSetup.Paste |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static CAMSetup.Paste |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static CAMSetup.Paste[] |
values()
Returns an array that contains the values for this enum.
|
public static final CAMSetup.Paste BEFORE
public static final CAMSetup.Paste INSIDE
public static final CAMSetup.Paste AFTER
public static final int _BEFORE
public static final int _INSIDE
public static final int _AFTER
public static CAMSetup.Paste valueOf(int value)
public static CAMSetup.Paste valueOf(String name)
public static CAMSetup.Paste[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.