public static enum SoObjectLinearDensityQuantification3d.Models extends java.lang.Enum<SoObjectLinearDensityQuantification3d.Models> implements IntegerValuedEnum
Enum Constant and Description |
---|
CYLINDER_ROD_MODEL
The computation uses a cylinder rod model model.
|
PARALLEL_PLATE_MODEL
The computation uses a parallel plate model.
|
SPHERE_MODEL
The computation uses a sphere model.
|
Modifier and Type | Method and Description |
---|---|
static SoObjectLinearDensityQuantification3d.Models |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoObjectLinearDensityQuantification3d.Models |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoObjectLinearDensityQuantification3d.Models |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoObjectLinearDensityQuantification3d.Models[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoObjectLinearDensityQuantification3d.Models PARALLEL_PLATE_MODEL
public static final SoObjectLinearDensityQuantification3d.Models CYLINDER_ROD_MODEL
public static final SoObjectLinearDensityQuantification3d.Models SPHERE_MODEL
public static SoObjectLinearDensityQuantification3d.Models[] values()
for (SoObjectLinearDensityQuantification3d.Models c : SoObjectLinearDensityQuantification3d.Models.values()) System.out.println(c);
public static SoObjectLinearDensityQuantification3d.Models 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 SoObjectLinearDensityQuantification3d.Models fromValue(int val)
valueOf(int)
instead.public static SoObjectLinearDensityQuantification3d.Models 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