public static enum RepositoryManagementMBean.StatusCode extends java.lang.Enum<RepositoryManagementMBean.StatusCode>
Enum Constant and Description |
---|
FAILED |
INITIATED |
NONE |
RUNNING |
SUCCEEDED |
UNAVAILABLE |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
static RepositoryManagementMBean.StatusCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryManagementMBean.StatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryManagementMBean.StatusCode UNAVAILABLE
public static final RepositoryManagementMBean.StatusCode NONE
public static final RepositoryManagementMBean.StatusCode INITIATED
public static final RepositoryManagementMBean.StatusCode RUNNING
public static final RepositoryManagementMBean.StatusCode SUCCEEDED
public static final RepositoryManagementMBean.StatusCode FAILED
public static RepositoryManagementMBean.StatusCode[] values()
for (RepositoryManagementMBean.StatusCode c : RepositoryManagementMBean.StatusCode.values()) System.out.println(c);
public static RepositoryManagementMBean.StatusCode 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 null"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"