Uses of Class
com.exsol.errorcodemodel.ErrorIdentifier.Type
-
-
Uses of ErrorIdentifier.Type in com.exsol.errorcodemodel
Methods in com.exsol.errorcodemodel that return ErrorIdentifier.Type Modifier and Type Method Description ErrorIdentifier.TypeErrorIdentifier. getType()Get the type.static ErrorIdentifier.TypeErrorIdentifier.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorIdentifier.Type[]ErrorIdentifier.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exsol.errorcodemodel with parameters of type ErrorIdentifier.Type Constructor Description ErrorIdentifier(ErrorIdentifier.Type type, String tag, int index)Create a new instance ofErrorIdentifier.
-