public enum BusinessJpaAssertionsErrorCodes extends Enum<BusinessJpaAssertionsErrorCodes> implements org.seedstack.seed.core.api.ErrorCode
| Modifier and Type | Method and Description |
|---|---|
static BusinessJpaAssertionsErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BusinessJpaAssertionsErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusinessJpaAssertionsErrorCodes CLASS_MUST_IMPLEMENT_A_REPOSITORY_INTERFACE
public static final BusinessJpaAssertionsErrorCodes CLASS_MUST_IMPLEMENT_A_FACTORY_INTERFACE
public static final BusinessJpaAssertionsErrorCodes CLASS_MUST_IMPLEMENT_A_DOMAIN_SERVICE_INTERFACE
public static final BusinessJpaAssertionsErrorCodes CLASS_MUST_IMPLEMENT_A_APPLICATION_SERVICE_INTERFACE
public static final BusinessJpaAssertionsErrorCodes CLASS_MUST_IMPLEMENT_A_DOMAIN_POLICY_INTERFACE
public static BusinessJpaAssertionsErrorCodes[] values()
for (BusinessJpaAssertionsErrorCodes c : BusinessJpaAssertionsErrorCodes.values()) System.out.println(c);
public static BusinessJpaAssertionsErrorCodes 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.