|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.edit.verifiers.comm.bridge.CHKOUTStruct
public class CHKOUTStruct
This class represents the CODE communications CHKOUT structure used by the VDECheckObject (rseCheckObject) api. typedef struct { ULONG fileType; // File type flags CHAR library[11]; // Actual library name CHAR file[11]; // File name (if overrides ON) CHAR member[11]; // Member name (if overrides & member chk) CHAR fileAttr[11]; // File attribute CHAR ADMpart[132]; // Name if obj/mbr is ADM part USHORT fileRecl; // File record length USHORT status; // Other object status flags } CHKOUT;
| Field Summary | |
|---|---|
static String |
Copyright
|
| Constructor Summary | |
|---|---|
CHKOUTStruct()
Constructor for CHKOUTStruct. |
|
| Method Summary | |
|---|---|
String |
getADMpart()
Returns the aDMpart. |
String |
getFile()
Returns the file. |
String |
getFileAttr()
Returns the fileAttr. |
int |
getFileRecordLength()
Returns the fileRecordLength. |
long |
getFileType()
Returns the fileType. |
String |
getLibrary()
Returns the library. |
String |
getMember()
Returns the member. |
int |
getStatus()
Returns the status. |
void |
setADMpart(String aDMpart)
Sets the aDMpart. |
void |
setFile(String file)
Sets the file. |
void |
setFileAttr(String fileAttr)
Sets the fileAttr. |
void |
setFileRecordLength(int fileRecordLength)
Sets the fileRecordLength. |
void |
setFileType(IQSYSFile file)
Alternative method for setting the file type. |
void |
setFileType(long mask)
Set the file type |
void |
setLibrary(String library)
Sets the library. |
void |
setMember(String member)
Sets the member. |
void |
setStatus(int status)
Sets the status. |
void |
write(JavaToCOutputStream out)
Stream this structure to the output stream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String Copyright
| Constructor Detail |
|---|
public CHKOUTStruct()
| Method Detail |
|---|
public String getADMpart()
public String getFile()
public String getFileAttr()
public int getFileRecordLength()
public long getFileType()
public String getLibrary()
public String getMember()
public int getStatus()
public void setADMpart(String aDMpart)
aDMpart - The aDMpart to setpublic void setFile(String file)
file - The file to setpublic void setFileAttr(String fileAttr)
fileAttr - The fileAttr to setpublic void setFileRecordLength(int fileRecordLength)
fileRecordLength - The fileRecordLength to setpublic void setFileType(long mask)
public void setFileType(IQSYSFile file)
throws Exception
file -
Exceptionpublic void setLibrary(String library)
library - The library to setpublic void setMember(String member)
member - The member to setpublic void setStatus(int status)
status - The status to set
public void write(JavaToCOutputStream out)
throws IOException
IOException
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||