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