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 |
---|---|
DataType |
StepOutputItem.getType()
Returns the data type of the item.
|
DataType |
FieldInformation.getType()
Return the data type of the field.
|
static DataType |
DataType.valueOf(int typeCode)
Return the data type that corresponds to the given integer.
|
static DataType |
DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleStepAdapter.setInputFieldInformation(int index,
java.lang.String name,
DataType type,
int length) |
void |
ISimpleStep.setInputFieldInformation(int index,
java.lang.String name,
DataType type,
int length)
Set the input field information provided by the parent step.
|
void |
StepOutputItem.setType(DataType type)
Set the data type of the item.
|
void |
FieldInformation.setType(DataType type)
Set the data type of the field.
|
Constructor and Description |
---|
FieldInformation(java.lang.String name,
DataType type,
int length)
Constructs a new
FieldInformation instance. |
Modifier and Type | Method and Description |
---|---|
void |
HttpRequestStep.setInputFieldInformation(int index,
java.lang.String name,
DataType type,
int length) |
Copyright © 2012 SAS Institute Inc. All Rights Reserved.