public static class ComponentAssembly.OrderTargetLocation extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_PLACE_AFTER
|
static int |
_PLACE_BEFORE
|
static ComponentAssembly.OrderTargetLocation |
PLACE_AFTER
|
static ComponentAssembly.OrderTargetLocation |
PLACE_BEFORE
|
Modifier and Type | Method and Description |
---|---|
static ComponentAssembly.OrderTargetLocation |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static ComponentAssembly.OrderTargetLocation |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static ComponentAssembly.OrderTargetLocation[] |
values()
Returns an array that contains the values for this enum.
|
public static final ComponentAssembly.OrderTargetLocation PLACE_BEFORE
public static final ComponentAssembly.OrderTargetLocation PLACE_AFTER
public static final int _PLACE_BEFORE
public static final int _PLACE_AFTER
public static ComponentAssembly.OrderTargetLocation valueOf(int value)
public static ComponentAssembly.OrderTargetLocation valueOf(String name)
public static ComponentAssembly.OrderTargetLocation[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.