public static enum ActiveOperation.AccessMechanism extends Enum<ActiveOperation.AccessMechanism>
Enum Constant and Description |
---|
HTTP |
IN_VM_USER |
JMX |
NATIVE |
Modifier and Type | Method and Description |
---|---|
String |
getAllowedValue()
Returns the allowed value for the management model.
|
String |
toString() |
static ActiveOperation.AccessMechanism |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveOperation.AccessMechanism[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActiveOperation.AccessMechanism NATIVE
public static final ActiveOperation.AccessMechanism HTTP
public static final ActiveOperation.AccessMechanism JMX
public static final ActiveOperation.AccessMechanism IN_VM_USER
public static ActiveOperation.AccessMechanism[] values()
for (ActiveOperation.AccessMechanism c : ActiveOperation.AccessMechanism.values()) System.out.println(c);
public static ActiveOperation.AccessMechanism 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 nullpublic String getAllowedValue()
public String toString()
toString
in class Enum<ActiveOperation.AccessMechanism>
Copyright © 2019 JBoss by Red Hat. All rights reserved.