public static class MeshControlBuilder.ProgressionTypes extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_CENTER |
static int |
_END |
static int |
_LAST_VALUE |
static int |
_START |
static MeshControlBuilder.ProgressionTypes |
CENTER |
static MeshControlBuilder.ProgressionTypes |
END |
static MeshControlBuilder.ProgressionTypes |
LAST_VALUE |
static MeshControlBuilder.ProgressionTypes |
START |
Modifier and Type | Method and Description |
---|---|
static MeshControlBuilder.ProgressionTypes |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static MeshControlBuilder.ProgressionTypes |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static MeshControlBuilder.ProgressionTypes[] |
values()
Returns an array that contains the values for this enum.
|
public static final MeshControlBuilder.ProgressionTypes START
public static final MeshControlBuilder.ProgressionTypes END
public static final MeshControlBuilder.ProgressionTypes CENTER
public static final MeshControlBuilder.ProgressionTypes LAST_VALUE
public static final int _START
public static final int _END
public static final int _CENTER
public static final int _LAST_VALUE
public static MeshControlBuilder.ProgressionTypes valueOf(int value)
public static MeshControlBuilder.ProgressionTypes valueOf(String name)
public static MeshControlBuilder.ProgressionTypes[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.