public static enum SaSystemInfo.RMIFeatures extends Enum<SaSystemInfo.RMIFeatures>
Enum Constant and Description |
---|
JMS |
SSL |
STORAGEMGR |
Modifier and Type | Method and Description |
---|---|
static SaSystemInfo.RMIFeatures |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaSystemInfo.RMIFeatures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaSystemInfo.RMIFeatures JMS
public static final SaSystemInfo.RMIFeatures SSL
public static final SaSystemInfo.RMIFeatures STORAGEMGR
public static SaSystemInfo.RMIFeatures[] values()
for (SaSystemInfo.RMIFeatures c : SaSystemInfo.RMIFeatures.values()) System.out.println(c);
public static SaSystemInfo.RMIFeatures 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 © 2020 Hyland Software Germany GmbH. All rights reserved.