Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface

   
Class CESSearchItemType

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

Framework : ENOJCESInterfaces

Module : CESJAPIInterface

Class Description

public class CESSearchItemType

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

Field Summary
CESSearchItemType MANUFACTURER_ITEM
CESSearchItemType SUPPLIER_ITEM
CESSearchItemType INTERNAL_ITEM

Constructor Summary
CESSearchItemType(int init)

Method Summary
String toString()
int value()
boolean equals(CESSearchItemType sit)


Field Detail

MANUFACTURER_ITEM

    CESSearchItemType MANUFACTURER_ITEM
Items - Manufacturer


SUPPLIER_ITEM

    CESSearchItemType SUPPLIER_ITEM
Items - Supplier


INTERNAL_ITEM

    CESSearchItemType INTERNAL_ITEM
Items - Internal


Constructor Detail

CESSearchItemType

    CESSearchItemType(int init)

Constructor

Parameters:
init
integer value corresponding to the Item Type.
1 = "Items - Manufacturer", 2 = "Items - Supplier", 3 = "Items - Internal".

Method Detail

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