public static class JtCreator.FileStructure extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_FULL_SHATTER
FULL_SHATTER
|
static int |
_MIMIC
MIMIC
|
static int |
_MONOLITHIC
MONOLITHIC
|
static int |
_PER_PART
PER_PART
|
static JtCreator.FileStructure |
FULL_SHATTER
FULL_SHATTER
|
static JtCreator.FileStructure |
MIMIC
MIMIC
|
static JtCreator.FileStructure |
MONOLITHIC
MONOLITHIC
|
static JtCreator.FileStructure |
PER_PART
PER_PART
|
Modifier and Type | Method and Description |
---|---|
static JtCreator.FileStructure |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static JtCreator.FileStructure |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static JtCreator.FileStructure[] |
values()
Returns an array that contains the values for this enum.
|
public static final JtCreator.FileStructure PER_PART
public static final JtCreator.FileStructure MONOLITHIC
public static final JtCreator.FileStructure FULL_SHATTER
public static final JtCreator.FileStructure MIMIC
public static final int _PER_PART
public static final int _MONOLITHIC
public static final int _FULL_SHATTER
public static final int _MIMIC
public static JtCreator.FileStructure valueOf(int value)
public static JtCreator.FileStructure valueOf(String name)
public static JtCreator.FileStructure[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.