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