public class SubstringQualification extends SearchQualification
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
m_AttributeName
Holds the attribute. 
 | 
protected String | 
m_ClassName
This holds the iFS class name for the attribute. 
 | 
protected String | 
m_Value
Holds the value. 
 | 
LATE_BIND_OPER| Constructor and Description | 
|---|
SubstringQualification()
Constructs an substring qualification. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
accept(oracle.ifs.search.SearchQualificationVisitor v)
Accepts a SearchQualificationVisitor. 
 | 
Object | 
clone()
Returns a clone of this SearchQualification. 
 | 
String | 
getAttributeName()  | 
String | 
getClassName()  | 
protected String | 
getFunctionName()  | 
protected String | 
getValue()
Returns the value.. 
 | 
void | 
setAttributeName(String attributeName)
Sets the attribute name of this
 qualification. 
 | 
void | 
setAttributeName(String className,
                String attributeName)
Sets the  class and attribute name of this
 qualification. 
 | 
void | 
setClassName(String className)  | 
void | 
setValue(String value)  | 
isLateBoundprotected String m_ClassName
protected String m_AttributeName
protected String m_Value
public SubstringQualification()
                       throws IfsException
IfsException - if the operation failspublic void setAttributeName(String className, String attributeName) throws IfsException
className - class nameattributeName - attribute nameIfsException - if the operation failspublic void setAttributeName(String attributeName) throws IfsException
attributeName - attribute nameIfsException - if the operation failspublic String getAttributeName() throws IfsException
IfsExceptionpublic void setValue(String value) throws IfsException
IfsExceptionpublic void setClassName(String className) throws IfsException
IfsExceptionpublic String getClassName() throws IfsException
IfsExceptionprotected String getValue()
protected void accept(oracle.ifs.search.SearchQualificationVisitor v)
               throws IfsException
accept in class SearchQualificationv - SearchQualificationVisitorIfsException - thrown if Visitor code throws.public Object clone()
clone in class SearchQualificationprotected String getFunctionName() throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.