public class GreaterThanOperation 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() |
compare
protected boolean doCompare(Object left, Object right)
doCompare
in class SameTypeOperation
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
public boolean allowsMoreArguments()
public int compareTo(Operation o)
compareTo
in interface Comparable<Operation>
Copyright © 2023 JBoss by Red Hat. All rights reserved.