public static enum SoRandomImageGeneration.DataTypes extends java.lang.Enum<SoRandomImageGeneration.DataTypes> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
BINARY
2 bytes depth.
|
FLOATING_POINT
4 bytes depth.
|
LABEL
2 bytes depth.
|
LONG_INTEGER
4 bytes depth.
|
SHORT_INTEGER
2 bytes depth.
|
SIGNED_CHAR
1 byte depth.
|
UNSIGNED_CHAR
1 byte depth.
|
UNSIGNED_SHORT |
| Modifier and Type | Method and Description |
|---|---|
static SoRandomImageGeneration.DataTypes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoRandomImageGeneration.DataTypes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoRandomImageGeneration.DataTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoRandomImageGeneration.DataTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoRandomImageGeneration.DataTypes UNSIGNED_CHAR
public static final SoRandomImageGeneration.DataTypes SIGNED_CHAR
public static final SoRandomImageGeneration.DataTypes SHORT_INTEGER
public static final SoRandomImageGeneration.DataTypes UNSIGNED_SHORT
public static final SoRandomImageGeneration.DataTypes LABEL
public static final SoRandomImageGeneration.DataTypes BINARY
public static final SoRandomImageGeneration.DataTypes LONG_INTEGER
to
.public static final SoRandomImageGeneration.DataTypes FLOATING_POINT
to
.public static SoRandomImageGeneration.DataTypes[] values()
for (SoRandomImageGeneration.DataTypes c : SoRandomImageGeneration.DataTypes.values()) System.out.println(c);
public static SoRandomImageGeneration.DataTypes 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 SoRandomImageGeneration.DataTypes fromValue(int val)
valueOf(int) instead.public static SoRandomImageGeneration.DataTypes valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com