public class TextPreferencesOption extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_LAST
Last enum value.
|
static int |
_MASTER_SYMBOL
Specifies master symbol's text preferences will be used
|
static int |
_PART_LETTERING
Specifies current part files's lettering preferences will be used
|
static TextPreferencesOption |
LAST
Last enum value.
|
static TextPreferencesOption |
MASTER_SYMBOL
Specifies master symbol's text preferences will be used
|
static TextPreferencesOption |
PART_LETTERING
Specifies current part files's lettering preferences will be used
|
Modifier and Type | Method and Description |
---|---|
static TextPreferencesOption |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static TextPreferencesOption |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static TextPreferencesOption[] |
values()
Returns an array that contains the values for this enum.
|
public static final TextPreferencesOption PART_LETTERING
public static final TextPreferencesOption MASTER_SYMBOL
public static final TextPreferencesOption LAST
public static final int _PART_LETTERING
public static final int _MASTER_SYMBOL
public static final int _LAST
public static TextPreferencesOption valueOf(int value)
public static TextPreferencesOption valueOf(String name)
public static TextPreferencesOption[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.