public static class InspectionMeasDataBuilder.InputFormatType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_CSV
Comma separated
|
static int |
_DML
Dimensional Markup Language
|
static int |
_MEA
Measured data format
|
static InspectionMeasDataBuilder.InputFormatType |
CSV
Comma separated
|
static InspectionMeasDataBuilder.InputFormatType |
DML
Dimensional Markup Language
|
static InspectionMeasDataBuilder.InputFormatType |
MEA
Measured data format
|
Modifier and Type | Method and Description |
---|---|
static InspectionMeasDataBuilder.InputFormatType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static InspectionMeasDataBuilder.InputFormatType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static InspectionMeasDataBuilder.InputFormatType[] |
values()
Returns an array that contains the values for this enum.
|
public static final InspectionMeasDataBuilder.InputFormatType MEA
public static final InspectionMeasDataBuilder.InputFormatType DML
public static final InspectionMeasDataBuilder.InputFormatType CSV
public static final int _MEA
public static final int _DML
public static final int _CSV
public static InspectionMeasDataBuilder.InputFormatType valueOf(int value)
public static InspectionMeasDataBuilder.InputFormatType valueOf(String name)
public static InspectionMeasDataBuilder.InputFormatType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.