Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface

   
Class CESViewType

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

Framework : ENOJCESInterfaces

Module : CESJAPIInterface

Class Description

public class CESViewType

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

Field Summary
CESViewType SEARCH_FORM
CESViewType RESULT_FORM

Constructor Summary
CESViewType(int init)

Method Summary
String toString()
int value()
boolean equals(CESViewType vt)


Field Detail

SEARCH_FORM

    CESViewType SEARCH_FORM
Search Form


RESULT_FORM

    CESViewType RESULT_FORM
Result Form


Constructor Detail

CESViewType

    CESViewType(int init)

Constructor

Parameters:
init
integer value corresponding to the View Type.
1 = "Search Form", 2 = "Result Form".

Method Detail

toString

    String toString()

Returns the string representation of the viewType

Returns:
String:Returns the string representation of the ViewType

value

    int value()

Returns the integer value corresponding to the View Type.

Returns:
The integer value corresponding to the View Type.

equals

    boolean equals(CESViewType vt)

Compares this CESViewType with the CESViewType object passed.

Parameters:
vt
a CESViewType object to compare this CESViewType against.
Returns:
true if CESViewTypes are the same; false otherwise


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