com.ibm.manplato.Protocol.Util
Class DLPDatabaseListGroup
java.lang.Object
|
+--com.ibm.manplato.Protocol.Util.DLPDatabaseListGroup
- All Implemented Interfaces:
- java.util.Enumeration
- public class DLPDatabaseListGroup
- extends java.lang.Object
- implements java.util.Enumeration
- Version:
- $Rev$-$Date: 2001/03/15 16:55:32 $$State: Exp $
- Author:
- File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: Yaztromo $
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MORE_DATABASES
public static final byte MORE_DATABASES
DLPDatabaseListGroup
public DLPDatabaseListGroup(byte[] groupData)
throws DLPFunctionCallException
bytes2DBList
public static DLPDatabaseListGroup bytes2DBList(byte[] abyte0)
throws DLPFunctionCallException
checkFlag
public boolean checkFlag(byte byte0)
getActualCount
public byte getActualCount()
getElement
public DLPDatabaseInfo getElement(int i)
getFlags
public byte getFlags()
getLastIndex
public char getLastIndex()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface java.util.Enumeration
nextElement
public java.lang.Object nextElement()
- Specified by:
nextElement
in interface java.util.Enumeration
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object