public class BatchedUpdates extends BaseLanguageObject implements Command
| Constructor and Description |
|---|
BatchedUpdates(List<Command> updateCommands) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(LanguageObjectVisitor visitor) |
List<Command> |
getUpdateCommands() |
toStringpublic List<Command> getUpdateCommands()
public void acceptVisitor(LanguageObjectVisitor visitor)
acceptVisitor in interface LanguageObjectCopyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.