public static enum SoSeparator.RenderUnitIds extends java.lang.Enum<SoSeparator.RenderUnitIds> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
SO_RENDERUNITID_ALL |
SO_RENDERUNITID_INHERIT |
SO_RENDERUNITID_NONE |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoSeparator.RenderUnitIds |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoSeparator.RenderUnitIds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoSeparator.RenderUnitIds SO_RENDERUNITID_NONE
public static final SoSeparator.RenderUnitIds SO_RENDERUNITID_INHERIT
public static final SoSeparator.RenderUnitIds SO_RENDERUNITID_ALL
public static SoSeparator.RenderUnitIds[] values()
for (SoSeparator.RenderUnitIds c : SoSeparator.RenderUnitIds.values()) System.out.println(c);
public static SoSeparator.RenderUnitIds 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 IntegerValuedEnumGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com