public static enum PoBase.UpdateMethodTypes extends java.lang.Enum<PoBase.UpdateMethodTypes> implements IntegerValuedEnum
Enum Constant and Description |
---|
UPDATE_METHOD_IMMEDIATE
The kit is rebuilt immediately after each modification.
|
UPDATE_METHOD_ON_ACTION
The kit is rebuilt during a traversal (that is an action).
|
Modifier and Type | Method and Description |
---|---|
static PoBase.UpdateMethodTypes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static PoBase.UpdateMethodTypes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoBase.UpdateMethodTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoBase.UpdateMethodTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoBase.UpdateMethodTypes UPDATE_METHOD_IMMEDIATE
public static final PoBase.UpdateMethodTypes UPDATE_METHOD_ON_ACTION
public static PoBase.UpdateMethodTypes[] values()
for (PoBase.UpdateMethodTypes c : PoBase.UpdateMethodTypes.values()) System.out.println(c);
public static PoBase.UpdateMethodTypes 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 PoBase.UpdateMethodTypes fromValue(int val)
valueOf(int)
instead.public static PoBase.UpdateMethodTypes valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on December 11, 2020, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com