public static class ScrapDesignBuilder.Body extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ADDON
Add-on operation
|
static int |
_CREATE
Create operation
|
static int |
_EDIT
Edit operation
|
static int |
_GROUPING
Grouping operation
|
static ScrapDesignBuilder.Body |
ADDON
Add-on operation
|
static ScrapDesignBuilder.Body |
CREATE
Create operation
|
static ScrapDesignBuilder.Body |
EDIT
Edit operation
|
static ScrapDesignBuilder.Body |
GROUPING
Grouping operation
|
Modifier and Type | Method and Description |
---|---|
static ScrapDesignBuilder.Body |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static ScrapDesignBuilder.Body |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static ScrapDesignBuilder.Body[] |
values()
Returns an array that contains the values for this enum.
|
public static final ScrapDesignBuilder.Body CREATE
public static final ScrapDesignBuilder.Body EDIT
public static final ScrapDesignBuilder.Body ADDON
public static final ScrapDesignBuilder.Body GROUPING
public static final int _CREATE
public static final int _EDIT
public static final int _ADDON
public static final int _GROUPING
public static ScrapDesignBuilder.Body valueOf(int value)
public static ScrapDesignBuilder.Body valueOf(String name)
public static ScrapDesignBuilder.Body[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.