public static class ListCreator.TessellationOption extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_DEFINED
defined level
|
static int |
_LW
nx lw level
|
static int |
_NX
nx level
|
static ListCreator.TessellationOption |
DEFINED
defined level
|
static ListCreator.TessellationOption |
LW
nx lw level
|
static ListCreator.TessellationOption |
NX
nx level
|
Modifier and Type | Method and Description |
---|---|
static ListCreator.TessellationOption |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static ListCreator.TessellationOption |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static ListCreator.TessellationOption[] |
values()
Returns an array that contains the values for this enum.
|
public static final ListCreator.TessellationOption LW
public static final ListCreator.TessellationOption NX
public static final ListCreator.TessellationOption DEFINED
public static final int _LW
public static final int _NX
public static final int _DEFINED
public static ListCreator.TessellationOption valueOf(int value)
public static ListCreator.TessellationOption valueOf(String name)
public static ListCreator.TessellationOption[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.