|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionOperation | |
---|---|
org.ujac.util.exi | |
org.ujac.util.exi.type |
Uses of ExpressionOperation in org.ujac.util.exi |
---|
Classes in org.ujac.util.exi that implement ExpressionOperation | |
---|---|
class |
BaseExpressionOperation
Name: BaseExpressionOperation Description: A base implementation for the ExpressionOperation interface. |
Methods in org.ujac.util.exi that return ExpressionOperation | |
---|---|
ExpressionOperation |
ExpressionType.getOperation(Operation operation)
Gets the operation implementation that matches the given operation. |
Uses of ExpressionOperation in org.ujac.util.exi.type |
---|
Classes in org.ujac.util.exi.type that implement ExpressionOperation | |
---|---|
class |
BaseDateType.BeginOfYearOperation
The 'begin of year' operation for Dates. |
class |
BaseDateType.DecrementDayOperation
The 'decrement day' operation for Dates. |
class |
BaseDateType.DecrementMonthOperation
The 'decrement month' operation for Dates. |
class |
BaseDateType.DecrementYearOperation
The 'decrement year' operation for Dates. |
class |
BaseDateType.EndOfYearOperation
The 'end of year' operation for Dates. |
class |
BaseDateType.EqualOperation
The equal compare operation for Dates. |
class |
BaseDateType.FormatOperation
The 'format' operation for Dates. |
class |
BaseDateType.GetDayOperation
The 'get day' operation for Dates. |
class |
BaseDateType.GetMonthOperation
The 'get month' operation for Dates. |
class |
BaseDateType.GetYearOperation
The 'get year' operation for Dates. |
class |
BaseDateType.GreaterEqualOperation
The 'greater equal' compare operation for Dates. |
class |
BaseDateType.GreaterOperation
The 'greater' compare operation for Dates. |
class |
BaseDateType.IncrementDayOperation
The 'increment day' operation for Dates. |
class |
BaseDateType.IncrementMonthOperation
The 'increment month' operation for Dates. |
class |
BaseDateType.IncrementYearOperation
The 'increment year' operation for Dates. |
class |
BaseDateType.LessEqualOperation
The 'less equal' compare operation for Dates. |
class |
BaseDateType.LessOperation
The 'less' compare operation for Dates. |
class |
BaseDateType.MaxOperation
The 'max' operation for Dates. |
class |
BaseDateType.MinOperation
The 'min' operation for Dates. |
class |
BaseDateType.NextUltimoOperation
The 'next ultimo' operation for Dates. |
class |
BaseDateType.NotEqualOperation
The 'not equal' compare operation for Dates. |
class |
BaseDateType.PreviousUltimoOperation
The 'previous ultimo' operation for Dates. |
class |
BaseDateType.ReferenceOperation
The reference operation for Dates. |
class |
BaseDateType.SetDayOperation
The 'set day' operation for Dates. |
class |
BaseDateType.SetMonthOperation
The 'set month' operation for Dates. |
class |
BaseDateType.SetYearOperation
The 'set year' operation for Dates. |
class |
BaseNumberType.FormatOperation
The 'format' operation for Numbers. |
class |
BaseType.EqualOperation
The equal compare operation. |
class |
BaseType.InstanceofOperation
The 'instanceof' operation. |
class |
BaseType.NotEqualOperation
The 'not equal' compare operation. |
class |
BaseType.ObjectDefinedOperation
Checks the existance of the given object. |
class |
BaseType.ObjectNotDefinedOperation
Checks the existance of the given object. |
class |
BaseType.ToStringOperation
Determines the textual representation of the given object. |
class |
BooleanType.AndOperation
The 'and' operation for Booleans. |
class |
BooleanType.ConditionOperation
The '?' operation for Booleans. |
class |
BooleanType.EqualOperation
The equal compare operation for Booleans. |
class |
BooleanType.NotEqualOperation
The 'not equal' compare operation for Booleans. |
class |
BooleanType.NotOperation
The 'not' operation for Booleans. |
class |
BooleanType.OrOperation
The 'or' operation for Booleans. |
class |
ByteArrayType.GetOperation
The 'get' operation for arrays. |
class |
ByteArrayType.IsEmptyOperation
The 'isEmpty' operation for arrays. |
class |
ByteArrayType.NotEmptyOperation
The 'notEmpty' operation for arrays. |
class |
ByteArrayType.SizeOperation
The 'size' operation for arrays. |
class |
ByteType.AbsOperation
The 'abs' operation for Bytes. |
class |
ByteType.AddOperation
The 'add' operation for Shorts. |
class |
ByteType.DivOperation
The 'div' operation for Shorts. |
class |
ByteType.EqualOperation
The equal compare operation for Shorts. |
class |
ByteType.GreaterEqualOperation
The 'greater equal' compare operation for Shorts. |
class |
ByteType.GreaterOperation
The 'greater' compare operation for Shorts. |
class |
ByteType.LessEqualOperation
The 'less equal' compare operation for Shorts. |
class |
ByteType.LessOperation
The 'less' compare operation for Shorts. |
class |
ByteType.MaxOperation
The 'max' operation for Shorts. |
class |
ByteType.MinOperation
The 'min' operation for Shorts. |
class |
ByteType.ModOperation
The 'mod' operation for Shorts. |
class |
ByteType.MulOperation
The 'mul' operation for Shorts. |
class |
ByteType.NotEqualOperation
The 'not equal' compare operation for Shorts. |
class |
ByteType.SubOperation
The 'sub' operation for Shorts. |
class |
CharArrayType.GetOperation
The 'get' operation for arrays. |
class |
CharArrayType.IsEmptyOperation
The 'isEmpty' operation for arrays. |
class |
CharArrayType.NotEmptyOperation
The 'notEmpty' operation for arrays. |
class |
CharArrayType.SizeOperation
The 'size' operation for arrays. |
class |
CharType.AddOperation
The 'add' operation for Chars. |
class |
CharType.EqualOperation
The equal compare operation for Chars. |
class |
CharType.GreaterEqualOperation
The 'greater equal' compare operation for Chars. |
class |
CharType.GreaterOperation
The 'greater' compare operation for Chars. |
class |
CharType.LessEqualOperation
The 'less equal' compare operation for Chars. |
class |
CharType.LessOperation
The 'less' compare operation for Chars. |
class |
CharType.MaxOperation
The 'max' operation for Chars. |
class |
CharType.MinOperation
The 'min' operation for Chars. |
class |
CharType.NotEqualOperation
The 'not equal' compare operation for Chars. |
class |
CollectionType.ContainsOperation
The 'contains' operation for Collections. |
class |
CollectionType.GetOperation
The 'get' operation for Collections. |
class |
CollectionType.IsEmptyOperation
The 'isEmpty' operation for Collections. |
class |
CollectionType.NotContainsOperation
The 'notContains' operation for Collections. |
class |
CollectionType.NotEmptyOperation
The 'notEmpty' operation for Collections. |
class |
CollectionType.SizeOperation
The 'size' operation for Collections. |
class |
CollectionType.SortOperation
The 'sort' operation for Collections. |
class |
ConditionResultHolderType.ElseOperation
Evaluates the else branch of the expression. |
class |
DefaultType.PropertyDefinedOperation
The property defined check operation for beans. |
class |
DefaultType.ReferenceOperation
The reference operation for beans. |
class |
DoubleArrayType.GetOperation
The 'get' operation for arrays. |
class |
DoubleArrayType.IsEmptyOperation
The 'isEmpty' operation for arrays. |
class |
DoubleArrayType.NotEmptyOperation
The 'notEmpty' operation for arrays. |
class |
DoubleArrayType.SizeOperation
The 'size' operation for arrays. |
class |
DoubleType.AbsOperation
The 'abs' operation for Doubles. |
class |
DoubleType.AddOperation
The 'add' operation for Doubles. |
class |
DoubleType.DivOperation
The 'div' operation for Doubles. |
class |
DoubleType.EqualOperation
The equal compare operation for Doubles. |
class |
DoubleType.GreaterEqualOperation
The 'greater equal' compare operation for Doubles. |
class |
DoubleType.GreaterOperation
The 'greater' compare operation for Doubles. |
class |
DoubleType.LessEqualOperation
The 'less equal' compare operation for Doubles. |
class |
DoubleType.LessOperation
The 'less' compare operation for Doubles. |
class |
DoubleType.MaxOperation
The 'max' operation for Doubles. |
class |
DoubleType.MinOperation
The 'min' operation for Doubles. |
class |
DoubleType.MulOperation
The 'mul' operation for Doubles. |
class |
DoubleType.NotEqualOperation
The 'not equal' compare operation for Doubles. |
class |
DoubleType.SubOperation
The 'sub' operation for Doubles. |
class |
FloatArrayType.GetOperation
The 'get' operation for arrays. |
class |
FloatArrayType.IsEmptyOperation
The 'isEmpty' operation for arrays. |
class |
FloatArrayType.NotEmptyOperation
The 'notEmpty' operation for arrays. |
class |
FloatArrayType.SizeOperation
The 'size' operation for arrays. |
class |
FloatType.AbsOperation
The 'abs' operation for Floats. |
class |
FloatType.AddOperation
The 'add' operation for Floats. |
class |
FloatType.DivOperation
The 'div' operation for Floats. |
class |
FloatType.EqualOperation
The equal compare operation for Floats. |
class |
FloatType.GreaterEqualOperation
The 'greater equal' compare operation for Floats. |
class |
FloatType.GreaterOperation
The 'greater' compare operation for Floats. |
class |
FloatType.LessEqualOperation
The 'less equal' compare operation for Floats. |
class |
FloatType.LessOperation
The 'less' compare operation for Floats. |
class |
FloatType.MaxOperation
The 'max' operation for Floats. |
class |
FloatType.MinOperation
The 'min' operation for Floats. |
class |
FloatType.MulOperation
The 'mul' operation for Floats. |
class |
FloatType.NotEqualOperation
The 'not equal' compare operation for Floats. |
class |
FloatType.SubOperation
The 'sub' operation for Floats. |
class |
IntArrayType.GetOperation
The 'get' operation for arrays. |
class |
IntArrayType.IsEmptyOperation
The 'isEmpty' operation for arrays. |
class |
IntArrayType.NotEmptyOperation
The 'notEmpty' operation for arrays. |
class |
IntArrayType.SizeOperation
The 'size' operation for arrays. |
class |
IntegerType.AbsOperation
The 'abs' operation for Integers. |
class |
IntegerType.AddOperation
The 'add' operation for Integers. |
class |
IntegerType.DivOperation
The 'div' operation for Integers. |
class |
IntegerType.EqualOperation
The equal compare operation for Integers. |
class |
IntegerType.GreaterEqualOperation
The 'greater equal' compare operation for Integers. |
class |
IntegerType.GreaterOperation
The 'greater' compare operation for Integers. |
class |
IntegerType.LessEqualOperation
The 'less equal' compare operation for Integers. |
class |
IntegerType.LessOperation
The 'less' compare operation for Integers. |
class |
IntegerType.MaxOperation
The 'max' operation for Integers. |
class |
IntegerType.MinOperation
The 'min' operation for Integers. |
class |
IntegerType.ModOperation
The 'mod' operation for Integers. |
class |
IntegerType.MulOperation
The 'mul' operation for Integers. |
class |
IntegerType.NotEqualOperation
The 'not equal' compare operation for Integers. |
class |
IntegerType.SubOperation
The 'sub' operation for Integers. |
class |
LongArrayType.GetOperation
The 'get' operation for arrays. |
class |
LongArrayType.IsEmptyOperation
The 'isEmpty' operation for arrays. |
class |
LongArrayType.NotEmptyOperation
The 'notEmpty' operation for arrays. |
class |
LongArrayType.SizeOperation
The 'size' operation for arrays. |
class |
LongType.AbsOperation
The 'abs' operation for Longs. |
class |
LongType.AddOperation
The 'add' operation for Longs. |
class |
LongType.DivOperation
The 'div' operation for Longs. |
class |
LongType.EqualOperation
The equal compare operation for Longs. |
class |
LongType.GreaterEqualOperation
The 'greater equal' compare operation for Longs. |
class |
LongType.GreaterOperation
The 'greater' compare operation for Longs. |
class |
LongType.LessEqualOperation
The 'less equal' compare operation for Longs. |
class |
LongType.LessOperation
The 'less' compare operation for Longs. |
class |
LongType.MaxOperation
The 'max' operation for Longs. |
class |
LongType.MinOperation
The 'min' operation for Longs. |
class |
LongType.ModOperation
The 'mod' operation for Longs. |
class |
LongType.MulOperation
The 'mul' operation for Longs. |
class |
LongType.NotEqualOperation
The 'not equal' compare operation for Longs. |
class |
LongType.SubOperation
The 'sub' operation for Longs. |
class |
MapEntryType.ReferenceOperation
The reference operation for beans. |
class |
MapType.ContainsKeyOperation
The 'containsKey' operation for Maps. |
class |
MapType.EntriesOperation
The 'entries' operation for Maps. |
class |
MapType.GetOperation
The 'get' operation for Maps. |
class |
MapType.IsEmptyOperation
The 'isEmpty' operation for Maps. |
class |
MapType.NotContainsKeyOperation
The 'notContainsKey' operation for Maps. |
class |
MapType.NotEmptyOperation
The 'notEmpty' operation for Maps. |
class |
MapType.SizeOperation
The 'size' operation for Maps. |
class |
NullValueType.AbsOperation
The 'abs' operation for null values. |
class |
NullValueType.AddOperation
The 'add' operation for null values. |
class |
NullValueType.DivOperation
The 'div' operation for null values. |
class |
NullValueType.EqualOperation
The equal compare operation for Doubles. |
class |
NullValueType.FormatOperation
The 'format' operation for Numbers. |
class |
NullValueType.GreaterEqualOperation
The 'greater equal' compare operation for Doubles. |
class |
NullValueType.GreaterOperation
The 'greater' compare operation for Doubles. |
class |
NullValueType.IsEmptyOperation
The 'isEmpty' operation for arrays. |
class |
NullValueType.LessEqualOperation
The 'less equal' compare operation for Doubles. |
class |
NullValueType.LessOperation
The 'less' compare operation for Doubles. |
class |
NullValueType.MaxOperation
The 'max' operation for null values. |
class |
NullValueType.MinOperation
The 'min' operation for null values. |
class |
NullValueType.MulOperation
The 'mul' operation for null values. |
class |
NullValueType.NotEmptyOperation
The 'notEmpty' operation for arrays. |
class |
NullValueType.NotEqualOperation
The 'not equal' compare operation for Doubles. |
class |
NullValueType.PropertyDefinedOperation
The property defined check operation for beans. |
class |
NullValueType.ReferenceOperation
The reference operation for beans. |
class |
NullValueType.SizeOperation
The 'size' operation for arrays. |
class |
NullValueType.SubOperation
The 'sub' operation for null values. |
class |
ObjectArrayType.GetOperation
The 'get' operation for arrays. |
class |
ObjectArrayType.IsEmptyOperation
The 'isEmpty' operation for arrays. |
class |
ObjectArrayType.NotEmptyOperation
The 'notEmpty' operation for arrays. |
class |
ObjectArrayType.SizeOperation
The 'size' operation for arrays. |
class |
ResourceBundleType.ContainsKeyOperation
The 'containsKey' operation for ResourceBundles. |
class |
ResourceBundleType.GetOperation
The 'get' operation for ResourceBundles. |
class |
ResourceBundleType.IsEmptyOperation
The 'isEmpty' operation for ResourceBundles. |
class |
ResourceBundleType.NotContainsKeyOperation
The 'notContainsKey' operation for ResourceBundles. |
class |
ResourceBundleType.NotEmptyOperation
The 'notEmpty' operation for ResourceBundles. |
class |
RowType.ColumnCountOperation
The 'columnCount' operation for Rows. |
class |
RowType.FormatValueOperation
The formatValue operation for Rows. |
class |
RowType.HasColumnOperation
The 'hasColumn' operation for Rows. |
class |
RowType.HasRowsOperation
The 'hasRows' operation for Rows. |
class |
RowType.IsVisibleOperation
The field visible check operation for Rows. |
class |
RowType.NoRowsOperation
The 'noRows' operation for Rows. |
class |
RowType.ReferenceOperation
The reference operation for Rows. |
class |
RowType.RowCountOperation
The 'rowCount' operation for Rows. |
class |
RowType.RowTypeOperation
The row type operation for Rows. |
class |
ShortArrayType.GetOperation
The 'get' operation for arrays. |
class |
ShortArrayType.IsEmptyOperation
The 'isEmpty' operation for arrays. |
class |
ShortArrayType.NotEmptyOperation
The 'notEmpty' operation for arrays. |
class |
ShortArrayType.SizeOperation
The 'size' operation for arrays. |
class |
ShortType.AbsOperation
The 'abs' operation for Shorts. |
class |
ShortType.AddOperation
The 'add' operation for Shorts. |
class |
ShortType.DivOperation
The 'div' operation for Shorts. |
class |
ShortType.EqualOperation
The equal compare operation for Shorts. |
class |
ShortType.GreaterEqualOperation
The 'greater equal' compare operation for Shorts. |
class |
ShortType.GreaterOperation
The 'greater' compare operation for Shorts. |
class |
ShortType.LessEqualOperation
The 'less equal' compare operation for Shorts. |
class |
ShortType.LessOperation
The 'less' compare operation for Shorts. |
class |
ShortType.MaxOperation
The 'max' operation for Shorts. |
class |
ShortType.MinOperation
The 'min' operation for Shorts. |
class |
ShortType.ModOperation
The 'mod' operation for Shorts. |
class |
ShortType.MulOperation
The 'mul' operation for Shorts. |
class |
ShortType.NotEqualOperation
The 'not equal' compare operation for Shorts. |
class |
ShortType.SubOperation
The 'sub' operation for Shorts. |
class |
StringType.CapitalizeOperation
The capitalize operation for Strings. |
class |
StringType.ConcatOperation
The 'concat' operation for Strings. |
class |
StringType.EqualOperation
The equal compare operation for Strings. |
class |
StringType.IsEmptyOperation
The 'isEmpty' operation for Strings. |
class |
StringType.LengthOperation
The length operation for Strings. |
class |
StringType.LikeOperation
The like compare operation for Strings. |
class |
StringType.LowerCaseOperation
The lowerCase operation for Strings. |
class |
StringType.NotEmptyOperation
The 'notEmpty' operation for Strings. |
class |
StringType.NotEqualOperation
The 'not equal' compare operation for Strings. |
class |
StringType.NotLikeOperation
The notLike compare operation for Strings. |
class |
StringType.SubstringOperation
The 'substring' operation for Strings. |
class |
StringType.TrimOperation
The 'trim' operation for Strings. |
class |
StringType.UpperCaseOperation
The upperCase operation for Strings. |
class |
TableType.ColumnCountOperation
The 'columnCount' operation for Tables. |
class |
TableType.ColumnsOperation
The 'columns' operation for Tables. |
class |
TableType.FormatValueOperation
The formatValue operation for Rows. |
class |
TableType.GetRowOperation
The 'getRow' operation for Tables. |
class |
TableType.HasColumnOperation
The 'hasColumn' operation for Tables. |
class |
TableType.HasRowsOperation
The 'hasRows' operation for Tables. |
class |
TableType.NoRowsOperation
The 'noRows' operation for Tables. |
class |
TableType.ReferenceOperation
The reference operation for Tables. |
class |
TableType.RotateOperation
The rotate operation for Tables. |
class |
TableType.RowCountOperation
The 'rowCount' operation for Tables. |
class |
TableType.VisibleColumnsOperation
The 'visibleColumns' operation for Tables. |
Methods in org.ujac.util.exi.type that return ExpressionOperation | |
---|---|
ExpressionOperation |
BaseType.getOperation(Operation operation)
|
Methods in org.ujac.util.exi.type with parameters of type ExpressionOperation | |
---|---|
void |
BaseType.addOperation(String name,
ExpressionOperation operation)
Adds an operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |