public enum ExportableScope extends Enum<ExportableScope>
| 列挙型定数と説明 |
|---|
CONVERSATION |
CONVERSATION_STATE |
PARAMS |
REQUEST |
SESSION |
USER_PRINCIPAL |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ExportableScope |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ExportableScope[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final ExportableScope REQUEST
public static final ExportableScope SESSION
public static final ExportableScope PARAMS
public static final ExportableScope USER_PRINCIPAL
public static final ExportableScope CONVERSATION
public static final ExportableScope CONVERSATION_STATE
public static ExportableScope[] values()
for(ExportableScope c: ExportableScope.values()) System.out.println(c);
public static ExportableScope valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合Copyright © 2016–2017. All rights reserved.