Uses of Class
com.openinventor.inventor.nodes.SoExtSelection.ReturnTypes
-
Packages that use SoExtSelection.ReturnTypes Package Description com.openinventor.inventor.nodes -
-
Uses of SoExtSelection.ReturnTypes in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoExtSelection.ReturnTypes Modifier and Type Method Description static SoExtSelection.ReturnTypes
SoExtSelection.ReturnTypes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoExtSelection.ReturnTypes
SoExtSelection.ReturnTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoExtSelection.ReturnTypes[]
SoExtSelection.ReturnTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-