public static class OvercrownBuilder.OperationType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_OFFSET |
static int |
_OVERCROWN |
static int |
_STRETCH |
static OvercrownBuilder.OperationType |
OFFSET |
static OvercrownBuilder.OperationType |
OVERCROWN |
static OvercrownBuilder.OperationType |
STRETCH |
Modifier and Type | Method and Description |
---|---|
static OvercrownBuilder.OperationType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static OvercrownBuilder.OperationType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static OvercrownBuilder.OperationType[] |
values()
Returns an array that contains the values for this enum.
|
public static final OvercrownBuilder.OperationType OVERCROWN
public static final OvercrownBuilder.OperationType STRETCH
public static final OvercrownBuilder.OperationType OFFSET
public static final int _OVERCROWN
public static final int _STRETCH
public static final int _OFFSET
public static OvercrownBuilder.OperationType valueOf(int value)
public static OvercrownBuilder.OperationType valueOf(String name)
public static OvercrownBuilder.OperationType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.