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.

Since:
R18 SP1
Author:
PTP
Author:
OIN
Version:
R18, 12/01/2007
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

INTERNAL_ITEM

    public static final CESSearchItemType INTERNAL_ITEM
Items - Internal


MANUFACTURER_ITEM

    public static final CESSearchItemType MANUFACTURER_ITEM
Items - Manufacturer


SUPPLIER_ITEM

    public static final CESSearchItemType SUPPLIER_ITEM
Items - Supplier


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

equals

    public boolean equals(CESSearchItemType sit)

Compares this CESSearchItemType with the CESSearchItemType object passed.

Parameters:
sit
a CESSearchItemType object to compare this CESSearchItemType against.
Return:
true if CESSearchItemTypes are the same; false otherwise

toString

    public String toString()

Returns the string representation of the CESSearchItemType

Return:
String Returns the string representation of the CESSearchItemType

value

    public int value()

Returns the integer value corresponding to the Item Type.

Return:
The integer value corresponding to the Item Type.


Copyright © 2000, Dassault Systèmes. All rights reserved