public class TableOutputParameter extends FileOutputParameter
StringTable into
the table structure provided by the file descriptor referenced by the modeled
output parameter.
AWM will only be able to process the output parameter if the referenced file
descriptor has the type EFileTypes.INPUT_STREAM and structure type
EFileStructures.TABLE. Otherwise an exception will be thrown.
| Constructor and Description |
|---|
TableOutputParameter(IModeledFileOutputParameter pOutputFile,
java.lang.String[][] pValues)
Creates a table output parameter from a matrix of Strings.
|
TableOutputParameter(IModeledFileOutputParameter pOutputFile,
StringTable pStringTable)
Creates a table output parameter from a
StringTable. |
getTargetIDgetModelObject, getValue, toStringgetAttributes, isMassProcessingParameterequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetModelObject, getValueisMassProcessingParametergetAttributes, getAttributeValue, getComplexAttributespublic TableOutputParameter(IModeledFileOutputParameter pOutputFile, java.lang.String[][] pValues) throws TaurusToolException
pOutputFile - modeled output parameterpValues - values to be mapped to table structure propertiesTaurusToolException - if the file descriptor structure is not compatible for
generating IPropertyData or contains less properties
than Strings in a given lineToolUtility.createPropertyData(String[][], FileDescriptor)public TableOutputParameter(IModeledFileOutputParameter pOutputFile, StringTable pStringTable) throws TaurusToolException
StringTable.pOutputFile - modeled output parameterpStringTable - string table containing values to be mapped to table structure
propertiesTaurusToolException - if the file descriptor structure is not compatible for
generating IPropertyData or contains less properties
than Strings in a given lineToolUtility.createPropertyData(IObjectTable, FileDescriptor)Copyright © 2015 Micro Focus GmbH. All rights reserved.