org.drools.guvnor.client.rpc
Class BuilderResult
java.lang.Object
org.drools.guvnor.client.rpc.BuilderResult
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class BuilderResult
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
Returned by the builder.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuilderResult
public BuilderResult()
addLines
public void addLines(List<BuilderResultLine> lines)
addLine
public void addLine(BuilderResultLine builderResultLine)
getLines
public List<BuilderResultLine> getLines()
hasLines
public boolean hasLines()
emptyResult
public static BuilderResult emptyResult()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.