public static enum EnableSsl.Component extends Enum<EnableSsl.Component>
Enum Constant and Description |
---|
ALL |
CLUSTER |
GATEWAY |
JMX |
LOCATOR |
SERVER |
WEB |
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 |
valueOfName(String 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 ALL
public static final EnableSsl.Component CLUSTER
public static final EnableSsl.Component GATEWAY
public static final EnableSsl.Component JMX
public static final EnableSsl.Component LOCATOR
public static final EnableSsl.Component SERVER
public static final EnableSsl.Component WEB
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 static EnableSsl.Component valueOfName(String name)
public String toString()
String
representation of this enumerated value.toString
in class Enum<EnableSsl.Component>
String
describing this enumerated value.Object.toString()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.