org.ujoframework.criterion
Interface AbstractOperator

All Known Implementing Classes:
BinaryOperator, Operator

public interface AbstractOperator

The abstract criteria operator

Since:
0.90
Author:
Pavel Ponec

Method Summary
 java.lang.Enum getEnum()
          Returns Enum
 boolean isBinary()
          Is the operator a binary type ?
 

Method Detail

isBinary

boolean isBinary()
Is the operator a binary type ?


getEnum

java.lang.Enum getEnum()
Returns Enum



Copyright © 2010. All Rights Reserved.