|
|
|||||
| Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
Class CESViewType
|
| Class Hierarchy |
java.lang.Object | +-com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.CESViewType
| Class Location |
| Class Description |
public class CESViewType
This class specifies the View Type constant values used in the Part Selection API Search calls.
| Field Summary |
| public static final CESViewType | RESULT_FORM
Result Form |
| public static final CESViewType | SEARCH_FORM
Search Form |
| Constructor Summary |
| CESViewType(int init)
Constructor |
| Method Summary |
| public boolean | equals(CESViewType vt)
Compares this CESViewType with the CESViewType object passed. |
| public String | toString()
Returns the string representation of the viewType |
| public int | value()
Returns the integer value corresponding to the View Type. |
| Field Detail |
public static final CESViewType RESULT_FORM
Result Form
public static final CESViewType SEARCH_FORM
Search Form
| Constructor Detail |
CESViewType(int init)
Constructor
init| Method Detail |
public boolean equals(CESViewType vt)
Compares this CESViewType with the CESViewType object passed.
vt
public String toString()
Returns the string representation of the viewType
public int value()
Returns the integer value corresponding to the View Type.