public interface IScriptedDataSetMetaData
Modifier and Type | Method and Description |
---|---|
void |
addColumn(java.lang.String name,
java.lang.Class dataType)
Adds a column to the metadata definition.
|
void addColumn(java.lang.String name, java.lang.Class dataType)
name
- Name of column; must not be null or emptydataType
- data type of column; must be one of the supported types
listed in method description.Copyright © 2008 Actuate Corp. All rights reserved.