public static enum EnableSsl.Component extends Enum<EnableSsl.Component>
Enum Constant and Description |
---|
CLUSTER |
GATEWAY |
HTTP |
JMX |
LOCATOR |
SERVER |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a
String representation of this enumerated value. |
static EnableSsl.Component |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnableSsl.Component[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnableSsl.Component CLUSTER
public static final EnableSsl.Component GATEWAY
public static final EnableSsl.Component HTTP
public static final EnableSsl.Component JMX
public static final EnableSsl.Component LOCATOR
public static final EnableSsl.Component SERVER
public static EnableSsl.Component[] values()
for (EnableSsl.Component c : EnableSsl.Component.values()) System.out.println(c);
public static EnableSsl.Component 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 toString()
String
representation of this enumerated value.toString
in class Enum<EnableSsl.Component>
String
describing this enumerated value.Object.toString()
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.