org.drools.guvnor.client.asseteditor.drools.enums
Class EnumRow

java.lang.Object
  extended by org.drools.guvnor.client.asseteditor.drools.enums.EnumRow

public class EnumRow
extends Object

Created with IntelliJ IDEA. User: raymondefa Date: 6/6/12 Time: 1:34 PM To change this template use File | Settings | File Templates.


Constructor Summary
EnumRow(String line)
           
 
Method Summary
 String getContext()
           
 String getFactName()
           
 String getFieldName()
           
 String getText()
           
 void setContext(String context)
           
 void setFactName(String factName)
           
 void setFieldName(String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumRow

public EnumRow(String line)
Method Detail

getText

public String getText()

getFactName

public String getFactName()

getFieldName

public String getFieldName()

getContext

public String getContext()

setFactName

public void setFactName(String factName)

setFieldName

public void setFieldName(String fieldName)

setContext

public void setContext(String context)


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