Uses of Class
org.drools.workbench.screens.factmodel.model.FieldMetaModel
-
-
Uses of FieldMetaModel in org.drools.workbench.screens.factmodel.model
Methods in org.drools.workbench.screens.factmodel.model that return types with arguments of type FieldMetaModel Modifier and Type Method Description List<FieldMetaModel>FactMetaModel. getFields()Method parameters in org.drools.workbench.screens.factmodel.model with type arguments of type FieldMetaModel Modifier and Type Method Description voidFactMetaModel. setFields(List<FieldMetaModel> fields)Constructor parameters in org.drools.workbench.screens.factmodel.model with type arguments of type FieldMetaModel Constructor Description FactMetaModel(String name, List<FieldMetaModel> fields)
-