public static enum EnableSsl.Component extends EnumSE<EnableSsl.Component>
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | toString() この列挙値の StringSE 表現を返します。 |
static EnableSsl.Component | valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static EnableSsl.Component | valueOfName(StringSE name) |
static EnableSsl.Component[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
cloneSE, compareToSE, equalsSE, finalizeSE, getDeclaringClassSE, hashCodeSE, nameSE, ordinalSE, valueOfSEgetClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic 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(StringSE name)
name - 返される列挙定数の名前。IllegalArgumentExceptionSE - この列挙型に指定された名前の定数がない場合 NullPointerExceptionSE - 引数が null の場合 public static EnableSsl.Component valueOfName(StringSE name)
public StringSE toString()
StringSE 表現を返します。EnumSE<EnableSsl.Component> の toStringSE StringSE。Object.toString()SECopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.