Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
APPLICATION
public static final BusTopic APPLICATION
CONFIGURATION
public static final BusTopic CONFIGURATION
SECURITY_ITEMS
public static final BusTopic SECURITY_ITEMS
JDBC_MIGRATION
public static final BusTopic JDBC_MIGRATION
ENVIRONMENT
public static final BusTopic ENVIRONMENT
LOG_CONFIGURATION
public static final BusTopic LOG_CONFIGURATION
LOG_DEFINITIONS
public static final BusTopic LOG_DEFINITIONS
CONNECTION_OVERVIEW
public static final BusTopic CONNECTION_OVERVIEW
IBISSTORE_SUMMARY
public static final BusTopic IBISSTORE_SUMMARY
INLINESTORAGE_SUMMARY
public static final BusTopic INLINESTORAGE_SUMMARY
WEBSERVICES
public static final BusTopic WEBSERVICES
SERVICE_LISTENER
public static final BusTopic SERVICE_LISTENER
TEST_PIPELINE
public static final BusTopic TEST_PIPELINE
MESSAGE_BROWSER
public static final BusTopic MESSAGE_BROWSER
FILE_VIEWER
public static final BusTopic FILE_VIEWER
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null