Class NewColumn
- java.lang.Object
-
- org.drools.workbench.services.verifier.plugin.client.api.NewColumn
-
@Portable public class NewColumn extends Object
-
-
Constructor Summary
Constructors Constructor Description NewColumn(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model, HeaderMetaData headerMetaData, FactTypes factTypes, int columnIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnIndex()FactTypesgetFactTypes()HeaderMetaDatagetHeaderMetaData()org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52getModel()
-
-
-
Constructor Detail
-
NewColumn
public NewColumn(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model, HeaderMetaData headerMetaData, FactTypes factTypes, int columnIndex)
-
-
Method Detail
-
getFactTypes
public FactTypes getFactTypes()
-
getModel
public org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 getModel()
-
getHeaderMetaData
public HeaderMetaData getHeaderMetaData()
-
getColumnIndex
public int getColumnIndex()
-
-