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