public static class Selection.Response extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_BACK
User selected Back
|
static int |
_CANCEL
User selected Cancel
|
static int |
_OBJECT_SELECTED
User selected an object
|
static int |
_OBJECT_SELECTED_BY_NAME
User selected object by name
|
static int |
_OK
User selected Ok
|
static Selection.Response |
BACK
User selected Back
|
static Selection.Response |
CANCEL
User selected Cancel
|
static Selection.Response |
OBJECT_SELECTED
User selected an object
|
static Selection.Response |
OBJECT_SELECTED_BY_NAME
User selected object by name
|
static Selection.Response |
OK
User selected Ok
|
Modifier and Type | Method and Description |
---|---|
static Selection.Response |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static Selection.Response |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static Selection.Response[] |
values()
Returns an array that contains the values for this enum.
|
public static final Selection.Response BACK
public static final Selection.Response CANCEL
public static final Selection.Response OK
public static final Selection.Response OBJECT_SELECTED_BY_NAME
public static final Selection.Response OBJECT_SELECTED
public static final int _BACK
public static final int _CANCEL
public static final int _OK
public static final int _OBJECT_SELECTED_BY_NAME
public static final int _OBJECT_SELECTED
public static Selection.Response valueOf(int value)
public static Selection.Response valueOf(String name)
public static Selection.Response[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.