public static class DraftingViewCollection.ViewCopyAnnotOption extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_COPY_ANNOTATION
copy annotation
|
static int |
_DONT_COPY_ANNOTATION
don't copy annotation
|
static DraftingViewCollection.ViewCopyAnnotOption |
COPY_ANNOTATION
copy annotation
|
static DraftingViewCollection.ViewCopyAnnotOption |
DONT_COPY_ANNOTATION
don't copy annotation
|
Modifier and Type | Method and Description |
---|---|
static DraftingViewCollection.ViewCopyAnnotOption |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static DraftingViewCollection.ViewCopyAnnotOption |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static DraftingViewCollection.ViewCopyAnnotOption[] |
values()
Returns an array that contains the values for this enum.
|
public static final DraftingViewCollection.ViewCopyAnnotOption COPY_ANNOTATION
public static final DraftingViewCollection.ViewCopyAnnotOption DONT_COPY_ANNOTATION
public static final int _COPY_ANNOTATION
public static final int _DONT_COPY_ANNOTATION
public static DraftingViewCollection.ViewCopyAnnotOption valueOf(int value)
public static DraftingViewCollection.ViewCopyAnnotOption valueOf(String name)
public static DraftingViewCollection.ViewCopyAnnotOption[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.