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