public static enum Inventor.ConstructorCommand extends java.lang.Enum<Inventor.ConstructorCommand>
| Enum Constant and Description |
|---|
CreateFromInstance |
CreateInstance |
DontCreateInstance |
| Modifier and Type | Method and Description |
|---|---|
static Inventor.ConstructorCommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Inventor.ConstructorCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Inventor.ConstructorCommand CreateInstance
public static final Inventor.ConstructorCommand DontCreateInstance
public static final Inventor.ConstructorCommand CreateFromInstance
public static Inventor.ConstructorCommand[] values()
for (Inventor.ConstructorCommand c : Inventor.ConstructorCommand.values()) System.out.println(c);
public static Inventor.ConstructorCommand 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