com.ibm.dse.base
Class NumOfElementsAssertion

java.lang.Object
  |
  +--com.ibm.dse.base.OperationStep
        |
        +--com.ibm.dse.base.NumOfElementsAssertion

public class NumOfElementsAssertion
extends OperationStep

This class compares the size of a data element with a given value.


Fields inherited from class com.ibm.dse.base.OperationStep
params, RC_ERROR, RC_OK
 
Constructor Summary
NumOfElementsAssertion()
           
 
Method Summary
 int execute()
          Compares the size of a data element with the size_of_the_data_element operator number.
 
Methods inherited from class com.ibm.dse.base.OperationStep
addElement, getApplicationId, getContext, getElementAt, getFormat, getFormats, getKeyedCollection, getName, getOperation, getParams, getParent, getService, getValueAt, removeAt, setApplicationId, setName, setOperation, setParams, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumOfElementsAssertion

public NumOfElementsAssertion()
Method Detail

execute

public int execute()
            throws java.lang.Exception
Compares the size of a data element with the size_of_the_data_element operator number.
Overrides:
execute in class OperationStep
Returns:
int
Throws:
java.io.IOException. -