|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BatchElement
Super interface for Result and Error interfaces that defines a method for distinguishing instances of those interfaces without requiring an instanceof check.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
static boolean |
ERROR_TYPE
|
static boolean |
RESULT_TYPE
|
| Method Summary | |
|---|---|
Batch |
getContainer()
Returns the Batch containing this BatchElement. |
boolean |
getElementType()
Returns the type of this element, BatchElement.Result or BatchElement.Error |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
static final boolean RESULT_TYPE
static final boolean ERROR_TYPE
| Method Detail |
|---|
boolean getElementType()
Batch getContainer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||