public static enum IndexRequest.OpType extends Enum<IndexRequest.OpType>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static IndexRequest.OpType |
fromId(byte id)
Constructs the operation type from its internal representation.
|
static IndexRequest.OpType |
fromString(String sOpType) |
byte |
id()
The internal representation of the operation type.
|
String |
lowercase() |
static IndexRequest.OpType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static IndexRequest.OpType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final IndexRequest.OpType INDEX
public static final IndexRequest.OpType CREATE
public static IndexRequest.OpType[] values()
for(IndexRequest.OpType c: IndexRequest.OpType.values()) System.out.println(c);
public static IndexRequest.OpType valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public byte id()
public String lowercase()
public static IndexRequest.OpType fromId(byte id)
public static IndexRequest.OpType fromString(String sOpType)
Copyright © 2009–2016. All rights reserved.