Uses of Class
com.exasol.errorcodecrawlermavenplugin.model.ErrorCode.Type
-
Packages that use ErrorCode.Type Package Description com.exasol.errorcodecrawlermavenplugin.model -
-
Uses of ErrorCode.Type in com.exasol.errorcodecrawlermavenplugin.model
Methods in com.exasol.errorcodecrawlermavenplugin.model that return ErrorCode.Type Modifier and Type Method Description ErrorCode.TypeErrorCode. getType()Get the type.static ErrorCode.TypeErrorCode.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCode.Type[]ErrorCode.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exasol.errorcodecrawlermavenplugin.model with parameters of type ErrorCode.Type Constructor Description ErrorCode(ErrorCode.Type type, String tag, int index)Create a new instance ofErrorCode.
-