public class DDMFileMemberDescription
extends java.lang.Object
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).
|
public java.lang.String getMember()
public java.lang.String getLibrary()
public java.lang.String getFile()
public java.lang.String getFileType()
public java.lang.String getFileAttribute()
public java.lang.String getDataType()
public java.lang.String getSystemName()
public java.lang.String getFileText()
public java.lang.String getMemberText()
public long getRecordCapacity()
public long getRecordCount()
public long getDeletedRecordCount()