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) |
isLateBound
protected 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
IfsException
public void setValue(String value) throws IfsException
IfsException
public void setClassName(String className) throws IfsException
IfsException
public String getClassName() throws IfsException
IfsException
protected String getValue()
protected void accept(oracle.ifs.search.SearchQualificationVisitor v) throws IfsException
accept
in class SearchQualification
v
- SearchQualificationVisitorIfsException
- thrown if Visitor code throws.public Object clone()
clone
in class SearchQualification
protected String getFunctionName() throws IfsException
IfsException
Copyright © 2023. All rights reserved.