public static class ZAxisSmoothing.Options extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_NONE
none
|
static int |
_ON
on
|
static ZAxisSmoothing.Options |
NONE
none
|
static ZAxisSmoothing.Options |
ON
on
|
Modifier and Type | Method and Description |
---|---|
static ZAxisSmoothing.Options |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static ZAxisSmoothing.Options |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static ZAxisSmoothing.Options[] |
values()
Returns an array that contains the values for this enum.
|
public static final ZAxisSmoothing.Options NONE
public static final ZAxisSmoothing.Options ON
public static final int _NONE
public static final int _ON
public static ZAxisSmoothing.Options valueOf(int value)
public static ZAxisSmoothing.Options valueOf(String name)
public static ZAxisSmoothing.Options[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.