public static enum SoField.FieldTypes extends java.lang.Enum<SoField.FieldTypes> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
EVENT_IN |
EVENT_OUT |
EXPOSED_FIELD |
FIELD__EVENTIN |
INTERNAL_FIELD |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoField.FieldTypes |
valueOf(int val)
Returns the field type associated to the specified integer value of the
enum constant.
|
static SoField.FieldTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoField.FieldTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoField.FieldTypes EVENT_IN
public static final SoField.FieldTypes EVENT_OUT
public static final SoField.FieldTypes FIELD__EVENTIN
public static final SoField.FieldTypes INTERNAL_FIELD
public static final SoField.FieldTypes EXPOSED_FIELD
public static SoField.FieldTypes[] values()
for (SoField.FieldTypes c : SoField.FieldTypes.values()) System.out.println(c);
public static SoField.FieldTypes 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()
IntegerValuedEnumgetValue in interface IntegerValuedEnumpublic static SoField.FieldTypes valueOf(int val)
val - integer value of the enum constantGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com