Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
java.lang.Object
|
+-com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.CESViewType
Framework : ENOJCESInterfaces
Module : CESJAPIInterface
public class CESViewType
This class specifies the View Type constant values used in the Part Selection API Search calls.
SEARCH_FORM
CESViewType SEARCH_FORM
Search Form
RESULT_FORM
CESViewType RESULT_FORM
Result Form
CESViewType
CESViewType(int init)
Constructor
- Parameters:
init
- integer value corresponding to the View Type.
1 = "Search Form", 2 = "Result Form".
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