org.drools.guvnor.client.modeldriven.ui
Class OperatorSelection

java.lang.Object
  extended by org.drools.guvnor.client.modeldriven.ui.OperatorSelection
All Implemented Interfaces:
Serializable, PortableObject

public class OperatorSelection
extends Object
implements PortableObject

Details of section made; wrapping display text and associated value

See Also:
Serialized Form

Constructor Summary
OperatorSelection(String value, String displayText)
           
 
Method Summary
 String getDisplayText()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorSelection

public OperatorSelection(String value,
                         String displayText)
Method Detail

getValue

public String getValue()

getDisplayText

public String getDisplayText()


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