public class LineWidthOption extends Enum
LineWidthBuilder
Modifier and Type | Field and Description |
---|---|
static int |
_ASSIGNED
Width value can be obtained from the builder.
|
static int |
_DEFAULT
Default width.
|
static int |
_NO_CHANGE
Do not modify the width.
|
static LineWidthOption |
ASSIGNED
Width value can be obtained from the builder.
|
static LineWidthOption |
DEFAULT
Default width.
|
static LineWidthOption |
NO_CHANGE
Do not modify the width.
|
Modifier and Type | Method and Description |
---|---|
static LineWidthOption |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static LineWidthOption |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static LineWidthOption[] |
values()
Returns an array that contains the values for this enum.
|
public static final LineWidthOption ASSIGNED
LineWidthBuilder.width()
public static final LineWidthOption DEFAULT
public static final LineWidthOption NO_CHANGE
public static final int _ASSIGNED
LineWidthBuilder.width()
public static final int _DEFAULT
public static final int _NO_CHANGE
public static LineWidthOption valueOf(int value)
public static LineWidthOption valueOf(String name)
public static LineWidthOption[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.