|
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.perspective.model.util.ISeriesNativeObjectBasicUtil
public class ISeriesNativeObjectBasicUtil
This is a utility class for dealing with AbstractISeriesNativeObject objects
that represent iSeries objects in the iSeries Project Object Model.
Refer to ISeriesModelConstants for the full list of
properties.
| Field Summary | |
|---|---|
static String |
Copyright
|
| Constructor Summary | |
|---|---|
ISeriesNativeObjectBasicUtil()
|
|
| Method Summary | |
|---|---|
static Properties |
getDefaultSourceFileProperties()
Returns a Properties object containing the default values for all predefined properties of an iSeries Source Physical File. |
static Properties |
getPreferredSourceFileProperties()
Returns a Properties object containing the default values for all predefined properties of an iSeries Source Physical File. |
static Properties |
getSourceFileProperties(int ccsid,
int recordLength,
boolean isDBCS,
String description)
Returns a Properties object populated with all the predefined properties of an iSeries Source Physical File. |
static Properties |
getSourceFileProperties(IQSYSFile sourceFile)
Returns a Properties object containing all the predefined properties of an iSeries Source Physical File. |
static Properties |
getSourceFileProperties(String ccsid,
int recordLength,
boolean isDBCS,
String description)
Returns a Properties object populated with all the predefined properties of an iSeries Source Physical File. |
static Properties |
getSourceFileProperties(String ccsid,
String recordLength,
String isDBCS,
String description)
Returns a Properties object populated with all the predefined properties of an iSeries Source Physical File. |
| 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 ISeriesNativeObjectBasicUtil()
| Method Detail |
|---|
public static final Properties getDefaultSourceFileProperties()
Properties mySrcpfProperties = new Properties(getDefaultSourceFileProperties());
Creates an empty property list with the iSeries defaults.
public static final Properties getPreferredSourceFileProperties()
Properties mySrcpfProperties = new Properties(getPreferredSourceFileProperties());
Creates an empty property list with the preferred iSeries properties as default values.
public static final Properties getSourceFileProperties(IQSYSFile sourceFile)
throws SystemMessageException
srcpf - the source physical file from which to get the properties.
SystemMessageException - if there was a problem retrieving any properties
public static final Properties getSourceFileProperties(int ccsid,
int recordLength,
boolean isDBCS,
String description)
ccsid - CCSID for newly created source physical file.recordLength - record length for newly created source physical file.isDBCS - IGCData for newly created source physical file.description - description for newly created source physical file.
public static final Properties getSourceFileProperties(String ccsid,
int recordLength,
boolean isDBCS,
String description)
ccsid - CCSID for newly created source physical file.recordLength - record length for newly created source physical file.isDBCS - IGCData for newly created source physical file.description - description for newly created source physical file.
public static final Properties getSourceFileProperties(String ccsid,
String recordLength,
String isDBCS,
String description)
ccsid - CCSID for newly created source physical file.recordLength - record length for newly created source physical file.isDBCS - true if the source file contains DBCS characters.description - description for newly created source physical 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 | |||||||||