org.drools.guvnor.client.factmodel
Class FactMetaModel

java.lang.Object
  extended by 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

Field Summary
 List<AnnotationMetaModel> annotations
           
 List<FieldMetaModel> fields
           
 String name
           
 
Constructor Summary
FactMetaModel()
           
FactMetaModel(String name)
           
FactMetaModel(String name, List<FieldMetaModel> fields)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

fields

public List<FieldMetaModel> fields

annotations

public List<AnnotationMetaModel> annotations
Constructor Detail

FactMetaModel

public FactMetaModel()

FactMetaModel

public FactMetaModel(String name)

FactMetaModel

public FactMetaModel(String name,
                     List<FieldMetaModel> fields)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.