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