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