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