org.drools.ide.common.client.modeldriven.brl
Class ConnectiveConstraint
java.lang.Object
org.drools.ide.common.client.modeldriven.brl.BaseSingleFieldConstraint
org.drools.ide.common.client.modeldriven.brl.ConnectiveConstraint
- All Implemented Interfaces:
- Serializable, PortableObject
public class ConnectiveConstraint
- extends BaseSingleFieldConstraint
This is for a connective constraint that adds more options to a field constraint.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operator
public String operator
fieldName
public String fieldName
fieldType
public String fieldType
ConnectiveConstraint
public ConnectiveConstraint()
ConnectiveConstraint
public ConnectiveConstraint(String fieldName,
String fieldType,
String opr,
String val)
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.