public static class GraphControlBuilder.EndAction extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_DEACTIVATE_GRAPH_CONTROL
deactivate this graph control.
|
static int |
_RESTARTFROM_BEGINNING
restart from the beginning of graph.
|
static GraphControlBuilder.EndAction |
DEACTIVATE_GRAPH_CONTROL
deactivate this graph control.
|
static GraphControlBuilder.EndAction |
RESTARTFROM_BEGINNING
restart from the beginning of graph.
|
Modifier and Type | Method and Description |
---|---|
static GraphControlBuilder.EndAction |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static GraphControlBuilder.EndAction |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static GraphControlBuilder.EndAction[] |
values()
Returns an array that contains the values for this enum.
|
public static final GraphControlBuilder.EndAction RESTARTFROM_BEGINNING
public static final GraphControlBuilder.EndAction DEACTIVATE_GRAPH_CONTROL
public static final int _RESTARTFROM_BEGINNING
public static final int _DEACTIVATE_GRAPH_CONTROL
public static GraphControlBuilder.EndAction valueOf(int value)
public static GraphControlBuilder.EndAction valueOf(String name)
public static GraphControlBuilder.EndAction[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.