public static enum SaJMXConstants.ConfigVariant extends Enum<SaJMXConstants.ConfigVariant>
Enum Constant and Description |
---|
CC
Classic connector configuration.
|
JCR
JCR configuration.
|
NONE
not configured.
|
RMI_SERVER
RMI server configuration.
|
Modifier and Type | Method and Description |
---|---|
static SaJMXConstants.ConfigVariant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaJMXConstants.ConfigVariant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaJMXConstants.ConfigVariant NONE
public static final SaJMXConstants.ConfigVariant RMI_SERVER
public static final SaJMXConstants.ConfigVariant CC
public static final SaJMXConstants.ConfigVariant JCR
public static SaJMXConstants.ConfigVariant[] values()
for (SaJMXConstants.ConfigVariant c : SaJMXConstants.ConfigVariant.values()) System.out.println(c);
public static SaJMXConstants.ConfigVariant 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 © 2016 SAPERION AG. All rights reserved.