com.ibm.jtopenlite.ddm

Class DDMFileMemberDescription

  • java.lang.Object
    • com.ibm.jtopenlite.ddm.DDMFileMemberDescription


  • public class DDMFileMemberDescription
    extends java.lang.Object
    Represents information about a file member.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getDataType()
      Returns the data type (MBDTAT).
      long getDeletedRecordCount()
      Returns the number of deleted records (MBNDTR) in the member.
      java.lang.String getFile()
      Returns the name of the file (MBFILE).
      java.lang.String getFileAttribute()
      Returns the file attribute (MBFATR).
      java.lang.String getFileText()
      Returns the text description (MBTEXT) of the file.
      java.lang.String getFileType()
      Returns the file type (MBFTYP).
      java.lang.String getLibrary()
      Returns the library (MBLIB) in which the file resides.
      java.lang.String getMember()
      Returns the name (MBNAME) of the member.
      java.lang.String getMemberText()
      Returns the text description (MBMTXT) of the member.
      long getRecordCapacity()
      Returns the record capacity (MBRCDC) of the member.
      long getRecordCount()
      Returns the current number of records (MBNRCD) in the member.
      java.lang.String getSystemName()
      Returns the source system name (MBSYSN).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMember

        public java.lang.String getMember()
        Returns the name (MBNAME) of the member.
      • getLibrary

        public java.lang.String getLibrary()
        Returns the library (MBLIB) in which the file resides.
      • getFile

        public java.lang.String getFile()
        Returns the name of the file (MBFILE).
      • getFileType

        public java.lang.String getFileType()
        Returns the file type (MBFTYP).
      • getFileAttribute

        public java.lang.String getFileAttribute()
        Returns the file attribute (MBFATR).
      • getDataType

        public java.lang.String getDataType()
        Returns the data type (MBDTAT).
      • getSystemName

        public java.lang.String getSystemName()
        Returns the source system name (MBSYSN).
      • getFileText

        public java.lang.String getFileText()
        Returns the text description (MBTEXT) of the file.
      • getMemberText

        public java.lang.String getMemberText()
        Returns the text description (MBMTXT) of the member.
      • getRecordCapacity

        public long getRecordCapacity()
        Returns the record capacity (MBRCDC) of the member.
      • getRecordCount

        public long getRecordCount()
        Returns the current number of records (MBNRCD) in the member.
      • getDeletedRecordCount

        public long getDeletedRecordCount()
        Returns the number of deleted records (MBNDTR) in the member.