| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This type of object represents a set of constraints to limit the function of searching within a directory.
Constructor Summary | |
SearchConstraints(String constraints_string) This constructor creates a SearchConstraints with the specified string. | |
SearchConstraints(Content constraints_content) This constructor constructs a SearchConstraints object with a Content object generated by the SL parser. | |
SearchConstraints(int max_depth) This constructor creates the object with the specified max.depth. | |
SearchConstraints(Integer max_depth) This constructor creates the object with the max-depth | |
SearchConstraints(int max_depth, int max_results) This constructor creates the object with the specified attribute. | |
SearchConstraints(Integer max_depth, Integer max_results) This method creates a SearchConstraints object with the specified attributes. | |
SearchConstraints() This is a null constructor. |
Method Summary | |
Integer | getMaxDepth() Get the name of the object |
Integer | getMaxResults() Get the object |
static void | main(String[] args) This is used for testing purposes/. |
void | setMaxDepth(Integer max_depth) This method sets the max. |
void | setMaxResults(Integer max_results) This method sets the maximum number of results |
String | toString() This method returns the string representation of the object |
Constructor Detail |
public SearchConstraints(String constraints_string)
throws fipaos.parser.ParserException
public SearchConstraints(Content constraints_content)
public SearchConstraints(int max_depth)
public SearchConstraints(Integer max_depth)
public SearchConstraints(int max_depth, int max_results)
public SearchConstraints(Integer max_depth, Integer max_results)
public SearchConstraints()
Method Detail |
public Integer getMaxDepth()
public Integer getMaxResults()
public static void main(String[] args)
public void setMaxDepth(Integer max_depth)
public void setMaxResults(Integer max_results)
public String toString()
Association Links |
to Class java.lang.Integer
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |