Package | Description |
---|---|
com.dataflux.architect |
Data Management Platform Java™ Plugin.
|
com.dataflux.architect.example |
Data Management Platform Java™ Plugin Examples.
|
Modifier and Type | Method and Description |
---|---|
abstract StepReadState |
StepAdapter.next() |
StepReadState |
IStep.next()
Retrieve the next row.
|
StepReadState |
PlugStep.parentNext()
Read the next row from the parent.
|
static StepReadState |
StepReadState.valueOf(int value)
Return the
StepReadState that corresponds to the given value. |
static StepReadState |
StepReadState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StepReadState[] |
StepReadState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StepReadState |
StepExample.next() |
StepReadState |
MultiRowOutputStepExample.next() |
StepReadState |
DebugStep.next() |
Copyright © 2012 SAS Institute Inc. All Rights Reserved.