|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |
See:
Description
Interface Summary | |
---|---|
IData | The IData interface defines the fundamental data abstraction used by the webMethods Integration Server and its tools. |
IDataCursor | This interface defines the methods you use to access, traverse, and manipulate the contents of an IData object. |
IDataHashCursor | This cursor class has been deprecated. To position a cursor by key, use the key-based methods in the IDataCursor or IDataSharedCursor class. |
IDataIndexCursor | This interface defines methods you can use to traverse an IData object's elements by absolute position. |
IDataSharedCursor | A single instance of IDataSharedCursor cannot be accessed concurrently from multiple different threads. |
IDataTreeCursor | This cursor class has been deprecated. To position a cursor by key, use the key-based methods in the IDataCursor or IDataSharedCursor classes. |
Class Summary | |
---|---|
IDataFactory | This class provides methods for creating an IData object. |
IDataUtil | This class provides various utility methods for populating, converting, copying, and merging the elements within an IData object. |
MBoolean | This class is a wrapper for boolean values and is similar to the existing Java wrapper class Boolean. |
MByte | This class is a wrapper for byte values and is similar to the existing Java wrapper class Byte. |
MDouble | This class is a wrapper for double values and is similar to the existing Java wrapper class Double. |
MFloat | This class is a wrapper for float values and is similar to the existing Java wrapper class Float?. |
MInteger | This class is a wrapper for int values and is similar to the existing Java wrapper class Integer. |
MLong | This class is a wrapper for long values and is similar to the existing Java wrapper class Long. |
MShort | This class is a wrapper for short values and is similar to the existing Java wrapper class Short. |
ValuesEmulator | This class allows you to use the syntax like that of webMethods deprecated Values object to manipulate data in the pipeline using the IData structure. |
The data package contains classes that you use create and manipulate IData objects.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |