|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ConfigurationValidationNumberCode> de.smartics.properties.integration.cdi.ConfigurationValidationNumberCode
public enum ConfigurationValidationNumberCode
Enumeration of the configuration validation exception codes.
Enum Constant Summary | |
---|---|
MARKER_ANNOTATION_NOT_FOUND No class has been annotated with the marker annotation Application . |
|
TOO_MANY_CLASSES_ANNOTATED More than one class has been annotated with the marker annotation Application . |
Method Summary | |
---|---|
String |
getCode() |
String |
getComponentId() |
String |
getDisplayId() |
Integer |
getMajorNumber() |
Integer |
getMinorNumber() |
String |
toString() Returns the string representation of the object. |
static ConfigurationValidationNumberCode |
valueOf(String name) Returns the enum constant of this type with the specified name. |
static ConfigurationValidationNumberCode[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ConfigurationValidationNumberCode MARKER_ANNOTATION_NOT_FOUND
Application
.
public static final ConfigurationValidationNumberCode TOO_MANY_CLASSES_ANNOTATED
Application
.
Method Detail |
---|
public static ConfigurationValidationNumberCode[] values()
for (ConfigurationValidationNumberCode c : ConfigurationValidationNumberCode.values()) System.out.println(c);
public static ConfigurationValidationNumberCode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
public String getCode()
getCode
in interface
de.smartics.exceptions.core.Code
public String getComponentId()
getComponentId
in interface
de.smartics.exceptions.core.Code
public String getDisplayId()
getDisplayId
in interface
de.smartics.exceptions.core.Code
Code.getDisplayId()
public Integer getMajorNumber()
getMajorNumber
in interface
de.smartics.exceptions.code.NumberCode
NumberCode.getMajorNumber()
public Integer getMinorNumber()
getMinorNumber
in interface
de.smartics.exceptions.code.NumberCode
NumberCode.getMinorNumber()
public String toString()
toString
in interface
de.smartics.exceptions.core.Code
toString
in class
Enum<ConfigurationValidationNumberCode>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |