public class PdsDirectory.MemberInfo.Statistics
extends java.lang.Object
The layout for these SPF statistics can be found in the ISPF Developer's Guide and Reference.
Byte Description and Format (modified to use 0 offset)
Modifier and Type | Field and Description |
---|---|
java.util.Date |
creationDate |
int |
currentLines |
byte |
flags |
int |
initialLines |
int |
mod |
java.util.Date |
modificationDate |
int |
modifiedLines |
java.lang.String |
userid |
int |
version |
Constructor and Description |
---|
PdsDirectory.MemberInfo.Statistics() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Answer a string representation of the receiver.
|
public int version
public int mod
public byte flags
public java.util.Date creationDate
public java.util.Date modificationDate
public int currentLines
public int initialLines
public int modifiedLines
public java.lang.String userid