public static enum APIConstants.Module extends java.lang.Enum<APIConstants.Module>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
static java.lang.String |
getId(java.lang.String moduleKey) |
static APIConstants.Module |
getModule(java.lang.String value) |
java.lang.String |
toString()
Returns the String representation.
|
static APIConstants.Module |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.Module[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIConstants.Module MAPPING_MANAGER
public static final APIConstants.Module METADATA_MANAGER
public static final APIConstants.Module RESOURCE_MANAGER
public static final APIConstants.Module CODESET_MANAGER
public static final APIConstants.Module RELEASE_MANAGER
public static final APIConstants.Module REFERENCE_DATA_MANAGER
public static final APIConstants.Module CODE_AUTOMATION_TEMPLATE_FRAMEWORKS
public static final APIConstants.Module TEST_MANAGER
public static final APIConstants.Module REQUIREMENTS_MANAGER
public static final APIConstants.Module REPORTING_MANAGER
public static final APIConstants.Module BUSINESS_GLOSSARY_MANAGER
public static final APIConstants.Module WORKFLOW_MANAGER
public static final APIConstants.Module AI_MATCH
public static final APIConstants.Module UNKNOWN
public static APIConstants.Module[] values()
for (APIConstants.Module c : APIConstants.Module.values()) System.out.println(c);
public static APIConstants.Module valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<APIConstants.Module>
public static APIConstants.Module getModule(java.lang.String value)
public static java.lang.String getId(java.lang.String moduleKey)
public java.lang.String getId()