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