org.drools.guvnor.client.factmodel
Class FactMetaModel
java.lang.Object
org.drools.guvnor.client.factmodel.FactMetaModel
- All Implemented Interfaces:
- Serializable, PortableObject
public class FactMetaModel
- extends Object
- implements PortableObject
Represents the GUI data for a fact model definition.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
fields
public List<FieldMetaModel> fields
annotations
public List<AnnotationMetaModel> annotations
FactMetaModel
public FactMetaModel()
FactMetaModel
public FactMetaModel(String name)
FactMetaModel
public FactMetaModel(String name,
List<FieldMetaModel> fields)
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.