public enum CollectorExceptionHandlerStatus extends Enum<CollectorExceptionHandlerStatus>
修飾子とタイプ | メソッドと説明 |
---|---|
static CollectorExceptionHandlerStatus |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static CollectorExceptionHandlerStatus[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final CollectorExceptionHandlerStatus THROW
public static final CollectorExceptionHandlerStatus SKIP
public static final CollectorExceptionHandlerStatus END
public static CollectorExceptionHandlerStatus[] values()
for(CollectorExceptionHandlerStatus c: CollectorExceptionHandlerStatus.values()) System.out.println(c);
public static CollectorExceptionHandlerStatus valueOf(String name)
name
- 返される列挙型定数の名前IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合NullPointerException
- 引数がnullの場合Copyright © 2014 NTT DATA Corporation.