|
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.comm.filters.ISeriesAbstractFilterString
com.ibm.etools.iseries.comm.filters.ISeriesSplfFilterString
public class ISeriesSplfFilterString
A class representing an AS/400 Spool File filter string. This is a name pattern
for returning lists of spool files when used as input to the
subsystem class.
Valid generic names are names with one or two asterisks
anywhere in the name, as in:
ABC*
or *ABC
or A*C
*ABC*
or *A*C
or A*C*
toString()
.
Field Summary | |
---|---|
static String |
ALL
|
static String |
copyright
|
Fields inherited from class com.ibm.etools.iseries.comm.filters.ISeriesAbstractFilterString |
---|
Copyright, QUOTE, WILDCARD |
Constructor Summary | |
---|---|
ISeriesSplfFilterString()
Constructor to use when there is no existing filter string. |
|
ISeriesSplfFilterString(String input)
Constructor to use when filter string already exists. |
Method Summary | |
---|---|
String |
getFileName()
Return the file name part of this filter string. |
String |
getForm()
Return the form part of this filter string. |
String |
getJobName()
Return the job name part of this filter string. |
String |
getJobNumber()
Return the job name part of this filter string. |
String |
getJobUser()
Return the job name part of this filter string. |
String |
getOutqLibrary()
Return the outq library part of this filter string. |
String |
getOutqName()
Return the outq name part of this filter string. |
String |
getUser()
Return the user name part of this filter string. |
String |
getUserData()
Return the user-data name part of this filter string. |
boolean |
isGeneric()
Returns true if current filter represents a generic name versus a scalar name. |
boolean |
isMultiGeneric()
Returns true if current filter represents a generic name that has more than one generic name part. |
void |
setFile(String obj)
Set the file name part of this filter string. |
void |
setJobName(String obj)
Set the name part of this filter string. |
void |
setJobNumber(String obj)
Set the number part of this filter string. |
void |
setJobUser(String obj)
Set the name part of this filter string. |
void |
setUser(String obj)
Set the user name part of this filter string. |
String |
toString()
Convert this filter into a filter string. |
Methods inherited from class com.ibm.etools.iseries.comm.filters.ISeriesAbstractFilterString |
---|
addQuotes, clone, countHostOccurrencesOf, countOccurrencesOf, createFilterStringObject, equals, hashCode, hostIndexOf, hostIndexOf, isGenericLibraryName, isGenericName, isQuoted, stripQuotes, verifyGenericName, verifyGenericNameAdvanced, verifyGenericNameAdvancedQuoted, verifyGenericNameQuoted |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String copyright
public static final String ALL
Constructor Detail |
---|
public ISeriesSplfFilterString()
public ISeriesSplfFilterString(String input)
Method Detail |
---|
public String getUser()
public String getFileName()
public String getJobName()
public String getJobUser()
public String getJobNumber()
public String getOutqName()
public String getOutqLibrary()
public String getForm()
public String getUserData()
public void setUser(String obj)
public void setFile(String obj)
public void setJobName(String obj)
public void setJobUser(String obj)
public void setJobNumber(String obj)
public String toString()
toString
in class ISeriesAbstractFilterString
public boolean isGeneric()
isGeneric
in class ISeriesAbstractFilterString
public boolean isMultiGeneric()
isMultiGeneric
in class ISeriesAbstractFilterString
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |