|
|
|||||
| Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
Class CESSearchProjectOption
|
| Class Hierarchy |
java.lang.Object | +-com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.CESSearchProjectOption
| Class Location |
| Class Description |
public class CESSearchProjectOption
This class specifies the Project and Revision constant values used in the Part Selection API Search calls.
| Field Summary |
| public static final CESSearchProjectOption | ALL_APPROVED_PROJECTS_ALL_REVISION
All Approved Projects and All Revisions |
| public static final CESSearchProjectOption | ALL_APPROVED_PROJECTS_CURRENT_REVISION
All Approved Projects and Current Revision |
| public static final CESSearchProjectOption | ALL_PROJECT_ALL_REVISION
All Projects and All Revisions |
| public static final CESSearchProjectOption | ALL_PROJECT_CURRENT_REVISION
All Projects and Current Revision |
| public static final CESSearchProjectOption | CURRENT_PROJECT_ALL_REVISION
Current Project and All Revisions |
| public static final CESSearchProjectOption | CURRENT_PROJECT_CURRENT_REVISION
Current Project and Current Revision |
| Constructor Summary |
| CESSearchProjectOption(int init)
Constructor |
| Method Summary |
| public boolean | equals(CESSearchProjectOption spo)
Compares this CESSearchProjectOption with the CESSearchProjectOption object passed. |
| public String | toString()
Returns the string representation of the CESSearchProjectOption |
| public int | value()
Returns the integer value corresponding to the Project and Revision option. |
| Field Detail |
public static final CESSearchProjectOption ALL_APPROVED_PROJECTS_ALL_REVISION
All Approved Projects and All Revisions
public static final CESSearchProjectOption ALL_APPROVED_PROJECTS_CURRENT_REVISION
All Approved Projects and Current Revision
public static final CESSearchProjectOption ALL_PROJECT_ALL_REVISION
All Projects and All Revisions
public static final CESSearchProjectOption ALL_PROJECT_CURRENT_REVISION
All Projects and Current Revision
public static final CESSearchProjectOption CURRENT_PROJECT_ALL_REVISION
Current Project and All Revisions
public static final CESSearchProjectOption CURRENT_PROJECT_CURRENT_REVISION
Current Project and Current Revision
| Constructor Detail |
CESSearchProjectOption(int init)
Constructor
init| Method Detail |
public boolean equals(CESSearchProjectOption spo)
Compares this CESSearchProjectOption with the CESSearchProjectOption object passed.
spo
public String toString()
Returns the string representation of the CESSearchProjectOption
public int value()
Returns the integer value corresponding to the Project and Revision option.