|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IISeriesHostFormatDefinition
Interface representing a record format definition for an iSeries Database file. The represents the format FILD0200 for the QDBRTVFD api.
ISeriesRetrieveDatabaseFileDescription
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
int |
getCCSID()
Get the CCSID for the record format. |
String |
getDescription()
Get the description for the record format. |
List |
getFields()
Get the fields for this record format. |
String |
getFile()
Get the filename for the file |
String |
getID()
Get the level identifier for the record format. |
int |
getLength()
Get the record format length. |
String |
getLibrary()
Get the library for the file |
String |
getName()
Get the name of the record format. |
boolean |
hasDBCSorGraphicData()
Check if the record format has any DBCS or graphical data |
void |
setCCSID(int ccsid)
Set the record format's CCSID |
void |
setDBCSorGraphicData(boolean dbcsGraphicData)
Set whether or not the record format contains DBCS or graphic data. |
void |
setDescription(String description)
Set the record format's text description |
void |
setFields(List fields)
Set the fields for this record format. |
void |
setFile(String file)
Get the filename for the file |
void |
setID(String id)
Set the record format's level identifier |
void |
setLength(int length)
Set the record format's length |
void |
setLibrary(String library)
Get the library for the file |
void |
setName(String name)
Set the record format's name. |
Field Detail |
---|
static final String Copyright
Method Detail |
---|
String getLibrary()
String getFile()
String getName()
int getLength()
int getCCSID()
String getID()
String getDescription()
boolean hasDBCSorGraphicData()
List getFields()
void setName(String name)
void setLength(int length)
void setCCSID(int ccsid)
void setID(String id)
void setDescription(String description)
void setDBCSorGraphicData(boolean dbcsGraphicData)
void setFields(List fields)
fields
- A collection containing instances of IISeriesHostDatabaseField.void setLibrary(String library)
void setFile(String file)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |