Package org.jboss.as.cli.handlers.ifelse
Interface Operation
-
- All Superinterfaces:
Operand
- All Known Implementing Classes:
EqualsOperation,GreaterThanOperation,LesserThanOperation,MatchOperation,NotEqualsOperation,NotGreaterThanOperation,NotLesserThanOperation,SameTypeOperation
public interface Operation extends Operand
- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()List<Operand>getOperands()intgetPriority()-
Methods inherited from interface org.jboss.as.cli.handlers.ifelse.Operand
resolveValue
-
-