Class FactMetaModel
- java.lang.Object
-
- org.drools.workbench.screens.factmodel.model.FactMetaModel
-
@Portable public class FactMetaModel extends Object
Represents the GUI data for a fact model definition.
-
-
Constructor Summary
Constructors Constructor Description FactMetaModel()FactMetaModel(String name)FactMetaModel(String name, List<FieldMetaModel> fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AnnotationMetaModel>getAnnotations()List<FieldMetaModel>getFields()StringgetName()StringgetSuperType()booleanhasSuperType()voidsetAnnotations(List<AnnotationMetaModel> annotations)voidsetFields(List<FieldMetaModel> fields)voidsetName(String name)voidsetSuperType(String superType)
-
-
-
Constructor Detail
-
FactMetaModel
public FactMetaModel()
-
FactMetaModel
public FactMetaModel(String name)
-
FactMetaModel
public FactMetaModel(String name, List<FieldMetaModel> fields)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getFields
public List<FieldMetaModel> getFields()
-
setFields
public void setFields(List<FieldMetaModel> fields)
-
getAnnotations
public List<AnnotationMetaModel> getAnnotations()
-
setAnnotations
public void setAnnotations(List<AnnotationMetaModel> annotations)
-
setSuperType
public void setSuperType(String superType)
-
getSuperType
public String getSuperType()
-
hasSuperType
public boolean hasSuperType()
-
-