public static final class ERMAttributeError.ErrorType
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static ERMAttributeError.ErrorType |
INVALID |
static ERMAttributeError.ErrorType |
REQUIRED |
static ERMAttributeError.ErrorType |
WARNING |
Modifier and Type | Method and Description |
---|---|
static ERMAttributeError.ErrorType |
valueOf(java.lang.String name) |
static ERMAttributeError.ErrorType[] |
values() |
public static final ERMAttributeError.ErrorType REQUIRED
public static final ERMAttributeError.ErrorType INVALID
public static final ERMAttributeError.ErrorType WARNING
public static ERMAttributeError.ErrorType[] values()
public static ERMAttributeError.ErrorType valueOf(java.lang.String name)