protected static enum Topology.SupportedOperation extends Enum<Topology.SupportedOperation>
Enum Constant and Description |
---|
ADD_ENDPOINT |
CHECK_CONNECTOR |
CHECK_RESOURCE |
Modifier and Type | Method and Description |
---|---|
static Topology.SupportedOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Topology.SupportedOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Topology.SupportedOperation CHECK_RESOURCE
public static final Topology.SupportedOperation CHECK_CONNECTOR
public static final Topology.SupportedOperation ADD_ENDPOINT
public static Topology.SupportedOperation[] values()
for (Topology.SupportedOperation c : Topology.SupportedOperation.values()) System.out.println(c);
public static Topology.SupportedOperation 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 © 2010–2023 The Apache Software Foundation. All rights reserved.