public static class PatchOpeningsBuilder.OutputTypes extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_MULTIPLE_FEATURES
Output one feature for each patch sheet body
|
static int |
_SEW
Sew patch sheet bodies into target sheet body
|
static int |
_SINGLE_FEATURE
Output one feature containing all patch sheet bodies
|
static PatchOpeningsBuilder.OutputTypes |
MULTIPLE_FEATURES
Output one feature for each patch sheet body
|
static PatchOpeningsBuilder.OutputTypes |
SEW
Sew patch sheet bodies into target sheet body
|
static PatchOpeningsBuilder.OutputTypes |
SINGLE_FEATURE
Output one feature containing all patch sheet bodies
|
Modifier and Type | Method and Description |
---|---|
static PatchOpeningsBuilder.OutputTypes |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static PatchOpeningsBuilder.OutputTypes |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static PatchOpeningsBuilder.OutputTypes[] |
values()
Returns an array that contains the values for this enum.
|
public static final PatchOpeningsBuilder.OutputTypes SINGLE_FEATURE
public static final PatchOpeningsBuilder.OutputTypes MULTIPLE_FEATURES
public static final PatchOpeningsBuilder.OutputTypes SEW
public static final int _SINGLE_FEATURE
public static final int _MULTIPLE_FEATURES
public static final int _SEW
public static PatchOpeningsBuilder.OutputTypes valueOf(int value)
public static PatchOpeningsBuilder.OutputTypes valueOf(String name)
public static PatchOpeningsBuilder.OutputTypes[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.