Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
java.lang.Object
|
+-com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.CESSearchType
Framework : ENOJCESInterfaces
Module : CESJAPIInterface
public class CESSearchType
This class specifies the Search Type constant values used in the Part Selection API Search calls.
STANDARD_SEARCH
CESSearchType STANDARD_SEARCH
Standard Search (aka Parametric Search or Advanced Search)
SIMPLE_SEARCH
CESSearchType SIMPLE_SEARCH
Simple Search (aka Keyword Search or Smart Search)
CESSearchType
CESSearchType(int init)
Constructor
- Parameters:
init
- integer value corresponding to the Search Type.
1 = "Standard Search", 2 = "Simple Search".
toString
String toString()
Returns the string representation of the searchType
- Returns:
String Returns the string representation of the searchType
value
int value()
Returns the integer value corresponding to the Search Type.
- Returns:
The integer value corresponding to the Search Type.
equals
boolean equals(CESSearchType st)
Compares this CESSearchType with the CESSearchType object passed.
- Parameters:
st
- a CESSearchType object to compare this CESSearchType against.
- Returns:
true if CESSearchTypes are the same; false otherwise
Copyright © 2000, Dassault Systèmes. All rights reserved