public enum BusinessAssertionsErrorCodes extends Enum<BusinessAssertionsErrorCodes> implements org.seedstack.seed.core.api.ErrorCode
| Enum Constant and Description |
|---|
CLASS_CONSTRUCTORS_MUST_NOT_BE_PUBLIC |
CLASS_MUST_BE_INTERFACE |
CLASS_MUST_EXTENDS |
CLASS_MUST_HAVE_ONLY_PACKAGED_VIEW_SETTERS |
CLASS_MUST_NOT_BE_ABSTRACT |
CLASS_OR_PARENT_MUST_BE_ANNOTATED_WITH |
| Modifier and Type | Method and Description |
|---|---|
static BusinessAssertionsErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BusinessAssertionsErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusinessAssertionsErrorCodes CLASS_CONSTRUCTORS_MUST_NOT_BE_PUBLIC
public static final BusinessAssertionsErrorCodes CLASS_MUST_NOT_BE_ABSTRACT
public static final BusinessAssertionsErrorCodes CLASS_OR_PARENT_MUST_BE_ANNOTATED_WITH
public static final BusinessAssertionsErrorCodes CLASS_MUST_EXTENDS
public static final BusinessAssertionsErrorCodes CLASS_MUST_BE_INTERFACE
public static final BusinessAssertionsErrorCodes CLASS_MUST_HAVE_ONLY_PACKAGED_VIEW_SETTERS
public static BusinessAssertionsErrorCodes[] values()
for (BusinessAssertionsErrorCodes c : BusinessAssertionsErrorCodes.values()) System.out.println(c);
public static BusinessAssertionsErrorCodes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2013-2015–2015. All rights reserved.