Uses of Enum Class
com.openinventor.inventor.errors.SoDebugError.Severities
Packages that use SoDebugError.Severities
-
Uses of SoDebugError.Severities in com.openinventor.inventor.errors
Methods in com.openinventor.inventor.errors that return SoDebugError.SeveritiesModifier and TypeMethodDescriptionSoDebugError.getSeverity()Returns severity of error (for use by handlers).static SoDebugError.SeveritiesSoDebugError.Severities.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoDebugError.SeveritiesReturns the enum constant of this class with the specified name.static SoDebugError.Severities[]SoDebugError.Severities.values()Returns an array containing the constants of this enum class, in the order they are declared.