public static enum RoutePredicateHandlerMapping.ManagementPortType extends Enum<RoutePredicateHandlerMapping.ManagementPortType>
Enum Constant and Description |
---|
DIFFERENT
The management port and server port are different.
|
DISABLED
The management port has been disabled.
|
SAME
The management port is the same as the server port.
|
Modifier and Type | Method and Description |
---|---|
static RoutePredicateHandlerMapping.ManagementPortType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutePredicateHandlerMapping.ManagementPortType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoutePredicateHandlerMapping.ManagementPortType DISABLED
public static final RoutePredicateHandlerMapping.ManagementPortType SAME
public static final RoutePredicateHandlerMapping.ManagementPortType DIFFERENT
public static RoutePredicateHandlerMapping.ManagementPortType[] values()
for (RoutePredicateHandlerMapping.ManagementPortType c : RoutePredicateHandlerMapping.ManagementPortType.values()) System.out.println(c);
public static RoutePredicateHandlerMapping.ManagementPortType 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 © 2019 Pivotal Software, Inc.. All rights reserved.