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