Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.client.widgets.drools.wizards.assets.decisiontable
Class AvailableField

java.lang.Object
  extended by org.drools.guvnor.client.widgets.drools.wizards.assets.decisiontable.AvailableField

public class AvailableField
extends Object

A Pattern Field available for selection


Constructor Summary
AvailableField(String name, int calculationType)
           
AvailableField(String name, String type, String displayType, int calculationType)
           
 
Method Summary
 int getCalculationType()
           
 String getDisplayType()
           
 String getName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailableField

public AvailableField(String name,
                      int calculationType)

AvailableField

public AvailableField(String name,
                      String type,
                      String displayType,
                      int calculationType)
Method Detail

getName

public String getName()

getType

public String getType()

getDisplayType

public String getDisplayType()

getCalculationType

public int getCalculationType()

Guvnor web application Drools 6.0.0-SNAPSHOT

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