public class NotLesserThanOperation extends Object
Modifier and Type | Method and Description |
---|---|
protected void |
addOperand(Operand operand) |
protected boolean |
compare(Object left,
Object right) |
int |
compareTo(Operation o) |
String |
getName() |
List<Operand> |
getOperands() |
int |
getPriority() |
Object |
resolveValue(CommandContext ctx,
org.jboss.dmr.ModelNode response) |
String |
toString() |
protected boolean compare(Object left, Object right) throws CommandLineException
CommandLineException
public Object resolveValue(CommandContext ctx, org.jboss.dmr.ModelNode response) throws CommandLineException
CommandLineException
public int getPriority()
getPriority
in interface Operation
public List<Operand> getOperands()
getOperands
in interface Operation
protected void addOperand(Operand operand) throws CommandLineException
CommandLineException
public int compareTo(Operation o)
compareTo
in interface Comparable<Operation>
Copyright © 2015 JBoss by Red Hat. All rights reserved.