org.drools.guvnor.client.factmodel
Class FieldMetaModel

java.lang.Object
  extended by org.drools.guvnor.client.factmodel.FieldMetaModel
All Implemented Interfaces:
Serializable, PortableObject

public class FieldMetaModel
extends Object
implements PortableObject

See Also:
Serialized Form

Field Summary
 String name
           
 String type
           
 
Constructor Summary
FieldMetaModel()
           
FieldMetaModel(String name, String type)
           
 
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

type

public String type
Constructor Detail

FieldMetaModel

public FieldMetaModel()

FieldMetaModel

public FieldMetaModel(String name,
                      String type)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.