public static enum ServiceSessionLoggerFactory.LoggingMode extends java.lang.Enum<ServiceSessionLoggerFactory.LoggingMode>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ServiceSessionLoggerFactory.LoggingMode |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ServiceSessionLoggerFactory.LoggingMode[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final ServiceSessionLoggerFactory.LoggingMode OFF
public static final ServiceSessionLoggerFactory.LoggingMode ENTRY
public static final ServiceSessionLoggerFactory.LoggingMode ALL
public static ServiceSessionLoggerFactory.LoggingMode[] values()
for(ServiceSessionLoggerFactory.LoggingMode c: ServiceSessionLoggerFactory.LoggingMode.values()) System.out.println(c);
public static ServiceSessionLoggerFactory.LoggingMode valueOf(java.lang.String name)
name - 返される列挙型定数の名前。java.lang.IllegalArgumentException - この列挙型に、指定した名前の定数がない場合java.lang.NullPointerException - 引数がnullの場合