public static enum ManagementMethodInvocation.Component extends Enum<ManagementMethodInvocation.Component>
| Modifier and Type | Method and Description |
|---|---|
static ManagementMethodInvocation.Component |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementMethodInvocation.Component[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagementMethodInvocation.Component CONTENT
public static final ManagementMethodInvocation.Component STATE
public static final ManagementMethodInvocation.Component OTHER
public static ManagementMethodInvocation.Component[] values()
for (ManagementMethodInvocation.Component c : ManagementMethodInvocation.Component.values()) System.out.println(c);
public static ManagementMethodInvocation.Component valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013 DuraSpace. All Rights Reserved.