org.drools.guvnor.client.rulefloweditor
Class SplitNode.Constraint
java.lang.Object
org.drools.guvnor.client.rulefloweditor.SplitNode.Constraint
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
- Enclosing class:
- SplitNode
public static class SplitNode.Constraint
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplitNode.Constraint
public SplitNode.Constraint()
getConstraint
public String getConstraint()
getDialect
public String getDialect()
getName
public String getName()
getPriority
public int getPriority()
getType
public String getType()
setConstraint
public void setConstraint(String constraint)
setDialect
public void setDialect(String dialect)
setName
public void setName(String name)
setPriority
public void setPriority(int priority)
setType
public void setType(String type)
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.