public static enum MoDataBinding.DataBinding extends java.lang.Enum<MoDataBinding.DataBinding> implements IntegerValuedEnum
Enum Constant and Description |
---|
AUTO
Use the data binding of the current data set.
|
PER_CELL
The data set contains one data value per cell.
|
PER_NODE
The data set contains one data value per node.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static MoDataBinding.DataBinding |
valueOf(int val)
Returns the data binding associated to the specified integer value of the
enum constant.
|
static MoDataBinding.DataBinding |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoDataBinding.DataBinding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoDataBinding.DataBinding AUTO
public static final MoDataBinding.DataBinding PER_CELL
public static final MoDataBinding.DataBinding PER_NODE
public static MoDataBinding.DataBinding[] values()
for (MoDataBinding.DataBinding c : MoDataBinding.DataBinding.values()) System.out.println(c);
public static MoDataBinding.DataBinding 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()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
public static MoDataBinding.DataBinding valueOf(int val)
val
- integer value of the enum constantGenerated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com