public class LesserThanOperation extends SameTypeOperation
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsMoreArguments() |
int |
compareTo(Operation o) |
protected boolean |
doCompare(Object left,
Object right) |
String |
getName() |
List<Operand> |
getOperands() |
int |
getPriority() |
Object |
resolveValue(CommandContext ctx,
org.jboss.dmr.ModelNode response) |
String |
toString() |
compareprotected boolean doCompare(Object left, Object right)
doCompare in class SameTypeOperationpublic Object resolveValue(CommandContext ctx, org.jboss.dmr.ModelNode response) throws CommandLineException
CommandLineExceptionpublic int getPriority()
getPriority in interface Operationpublic List<Operand> getOperands()
getOperands in interface Operationpublic boolean allowsMoreArguments()
public int compareTo(Operation o)
compareTo in interface Comparable<Operation>Copyright © 2018 JBoss by Red Hat. All rights reserved.