|
|
|||||
| Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
Class CESSearchItemType
|
| Class Hierarchy |
java.lang.Object | +-com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.CESSearchItemType
| Class Location |
| Class Description |
public class CESSearchItemType
This class specifies the Item Type constant values used in the Part Selection API Search calls.
| Field Summary |
| public static final CESSearchItemType | INTERNAL_ITEM
Items - Internal |
| public static final CESSearchItemType | MANUFACTURER_ITEM
Items - Manufacturer |
| public static final CESSearchItemType | SUPPLIER_ITEM
Items - Supplier |
| Constructor Summary |
| CESSearchItemType(int init)
Constructor |
| Method Summary |
| public boolean | equals(CESSearchItemType sit)
Compares this CESSearchItemType with the CESSearchItemType object passed. |
| public String | toString()
Returns the string representation of the CESSearchItemType |
| public int | value()
Returns the integer value corresponding to the Item Type. |
| Field Detail |
public static final CESSearchItemType INTERNAL_ITEM
Items - Internal
public static final CESSearchItemType MANUFACTURER_ITEM
Items - Manufacturer
public static final CESSearchItemType SUPPLIER_ITEM
Items - Supplier
| Constructor Detail |
CESSearchItemType(int init)
Constructor
init| Method Detail |
public boolean equals(CESSearchItemType sit)
Compares this CESSearchItemType with the CESSearchItemType object passed.
sit
public String toString()
Returns the string representation of the CESSearchItemType
public int value()
Returns the integer value corresponding to the Item Type.