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