public static enum MoMeshStreamline.IntegrationDirection extends java.lang.Enum<MoMeshStreamline.IntegrationDirection> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
BACKWARD
Integration is done in the inverse of the direction of the vectors.
|
FORWARD
Integration is done in the direction of the vectors.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static MoMeshStreamline.IntegrationDirection |
valueOf(int val)
Returns the integration direction associated to the specified integer
value of the enum constant.
|
static MoMeshStreamline.IntegrationDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoMeshStreamline.IntegrationDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoMeshStreamline.IntegrationDirection FORWARD
public static final MoMeshStreamline.IntegrationDirection BACKWARD
public static MoMeshStreamline.IntegrationDirection[] values()
for (MoMeshStreamline.IntegrationDirection c : MoMeshStreamline.IntegrationDirection.values()) System.out.println(c);
public static MoMeshStreamline.IntegrationDirection 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 nullpublic int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumpublic static MoMeshStreamline.IntegrationDirection valueOf(int val)
val - integer value of the enum constantGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com