|
|
|||||
| Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
Class CESSearchType
|
| Class Hierarchy |
java.lang.Object | +-com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.CESSearchType
| Class Location |
| Class Description |
public class CESSearchType
This class specifies the Search Type constant values used in the Part Selection API Search calls.
| Field Summary |
| public static final CESSearchType | SIMPLE_SEARCH
Simple Search (aka Keyword Search or Smart Search) |
| public static final CESSearchType | STANDARD_SEARCH
Standard Search (aka Parametric Search or Advanced Search) |
| Constructor Summary |
| CESSearchType(int init)
Constructor |
| Method Summary |
| public boolean | equals(CESSearchType st)
Compares this CESSearchType with the CESSearchType object passed. |
| public String | toString()
Returns the string representation of the searchType |
| public int | value()
Returns the integer value corresponding to the Search Type. |
| Field Detail |
public static final CESSearchType SIMPLE_SEARCH
Simple Search (aka Keyword Search or Smart Search)
public static final CESSearchType STANDARD_SEARCH
Standard Search (aka Parametric Search or Advanced Search)
| Constructor Detail |
CESSearchType(int init)
Constructor
init| Method Detail |
public boolean equals(CESSearchType st)
Compares this CESSearchType with the CESSearchType object passed.
st
public String toString()
Returns the string representation of the searchType
public int value()
Returns the integer value corresponding to the Search Type.