|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Info>
org.jtools.mapper.Info
@InfoDomain(domain="java:org.jtools.mapper") public enum Info
TODO type-description
Enum Constant Summary | |
---|---|
PLM_INIT_IOEX_PACKLIST
|
|
PLM_INIT_LIST_NOT_FOUND
|
Method Summary | |
---|---|
Object |
getProviderCode()
Gets the Code specified by the provider. |
Object |
getProviderMsg()
Gets the message specified by the provider. |
Severity |
getProviderSeverity()
Gets the Severity specified by the provider. |
static Info |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Info[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Info PLM_INIT_LIST_NOT_FOUND
public static final Info PLM_INIT_IOEX_PACKLIST
Method Detail |
---|
public static final Info[] values()
for(Info c : Info.values()) System.out.println(c);
public static Info valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic Severity getProviderSeverity()
InfoDeclaration
getProviderSeverity
in interface InfoDeclaration
public Object getProviderCode()
InfoDeclaration
getProviderCode
in interface InfoDeclaration
public Object getProviderMsg()
InfoDeclaration
getProviderMsg
in interface InfoDeclaration
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |