Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
java.lang.Object
|
+-com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.CESSearchItemType
Framework : ENOJCESInterfaces
Module : CESJAPIInterface
public class CESSearchItemType
This class specifies the Item Type constant values used in the Part Selection API Search calls.
MANUFACTURER_ITEM
CESSearchItemType MANUFACTURER_ITEM
Items - Manufacturer
SUPPLIER_ITEM
CESSearchItemType SUPPLIER_ITEM
Items - Supplier
INTERNAL_ITEM
CESSearchItemType INTERNAL_ITEM
Items - Internal
CESSearchItemType
CESSearchItemType(int init)
Constructor
- Parameters:
init
- integer value corresponding to the Item Type.
1 = "Items - Manufacturer", 2 = "Items - Supplier", 3 = "Items - Internal".
toString
String toString()
Returns the string representation of the CESSearchItemType
- Returns:
String Returns the string representation of the CESSearchItemType
value
int value()
Returns the integer value corresponding to the Item Type.
- Returns:
The integer value corresponding to the Item Type.
equals
boolean equals(CESSearchItemType sit)
Compares this CESSearchItemType with the CESSearchItemType object passed.
- Parameters:
sit
- a CESSearchItemType object to compare this CESSearchItemType against.
- Returns:
true if CESSearchItemTypes are the same; false otherwise
Copyright © 2000, Dassault Systèmes. All rights reserved