Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface

   
Class CESSearchType

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.CESSearchType
Class Location

Framework : ENOJCESInterfaces

Module : CESJAPIInterface

Class Description

public class CESSearchType

This class specifies the Search Type constant values used in the Part Selection API Search calls.

Field Summary
CESSearchType STANDARD_SEARCH
CESSearchType SIMPLE_SEARCH

Constructor Summary
CESSearchType(int init)

Method Summary
String toString()
int value()
boolean equals(CESSearchType st)


Field Detail

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)


Constructor Detail

CESSearchType

    CESSearchType(int init)

Constructor

Parameters:
init
integer value corresponding to the Search Type.
1 = "Standard Search", 2 = "Simple Search".

Method Detail

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