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