public static enum SoConverter.ConverterErrors extends java.lang.Enum<SoConverter.ConverterErrors> implements IntegerValuedEnum
Enum Constant and Description |
---|
CVT_ABORTED
Conversion aborted.
|
CVT_CANT_CREATE_DATA_FILE
Unable to create data file.
|
CVT_CANT_CREATE_HEADER_FILE
Unable to create header file.
|
CVT_CANT_OPEN_INPUT_FILE
Unable to open file.
|
CVT_CANT_READ_INPUT_FILE
Unable to read input file.
|
CVT_FILE_EXT_UNKNOWN
Unknown file extension.
|
CVT_FINISHED_WITH_WARNINGS
Finished with warnings.
|
CVT_INPUT_PARAMS_PROBLEM
Input params problems.
|
CVT_NO_ERROR
No error.
|
CVT_NO_LDM_LICENSE
No LDM license.
|
CVT_NO_NODE
No node.
|
CVT_NOT_ENOUGH_DISK_SPACE
No enough disk space.
|
CVT_NOT_INITIALIZED
Uninitialized converter.
|
Modifier and Type | Method and Description |
---|---|
static SoConverter.ConverterErrors |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoConverter.ConverterErrors |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoConverter.ConverterErrors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoConverter.ConverterErrors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoConverter.ConverterErrors CVT_FINISHED_WITH_WARNINGS
public static final SoConverter.ConverterErrors CVT_NO_ERROR
public static final SoConverter.ConverterErrors CVT_INPUT_PARAMS_PROBLEM
public static final SoConverter.ConverterErrors CVT_FILE_EXT_UNKNOWN
public static final SoConverter.ConverterErrors CVT_CANT_OPEN_INPUT_FILE
public static final SoConverter.ConverterErrors CVT_CANT_CREATE_DATA_FILE
public static final SoConverter.ConverterErrors CVT_CANT_CREATE_HEADER_FILE
public static final SoConverter.ConverterErrors CVT_NOT_ENOUGH_DISK_SPACE
public static final SoConverter.ConverterErrors CVT_CANT_READ_INPUT_FILE
public static final SoConverter.ConverterErrors CVT_ABORTED
public static final SoConverter.ConverterErrors CVT_NOT_INITIALIZED
public static final SoConverter.ConverterErrors CVT_NO_NODE
public static final SoConverter.ConverterErrors CVT_NO_LDM_LICENSE
public static SoConverter.ConverterErrors[] values()
for (SoConverter.ConverterErrors c : SoConverter.ConverterErrors.values()) System.out.println(c);
public static SoConverter.ConverterErrors valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static SoConverter.ConverterErrors fromValue(int val)
valueOf(int)
instead.public static SoConverter.ConverterErrors valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com