Uses of Class
error.OTMError.Level
-
Packages that use OTMError.Level Package Description error -
-
Uses of OTMError.Level in error
Fields in error declared as OTMError.Level Modifier and Type Field Description OTMError.Level
OTMError. level
Methods in error that return OTMError.Level Modifier and Type Method Description static OTMError.Level
OTMError.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static OTMError.Level[]
OTMError.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in error with parameters of type OTMError.Level Constructor Description OTMError(String description, OTMError.Level level)
-