| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _EXPORT_CGM_CLEAR_TEXT
Integer value of enum value "EXPORT_CGM_CLEAR_TEXT" Passed to pfcModel.CGMFILEExportInstructions_Create(CGMExportType, CGMScaleType) to indicate that a CGM export file should be ASCII. |
| static final CGMExportType | EXPORT_CGM_CLEAR_TEXT
Object value of enum value "EXPORT_CGM_CLEAR_TEXT" Passed to pfcModel.CGMFILEExportInstructions_Create(CGMExportType, CGMScaleType) to indicate that a CGM export file should be ASCII. |
| static final int | _EXPORT_CGM_MIL_SPEC
Integer value of enum value "EXPORT_CGM_MIL_SPEC" Passed to pfcModel.CGMFILEExportInstructions_Create(CGMExportType, CGMScaleType) to indicate that a CGM export file should be binary. |
| static final CGMExportType | EXPORT_CGM_MIL_SPEC
Object value of enum value "EXPORT_CGM_MIL_SPEC" Passed to pfcModel.CGMFILEExportInstructions_Create(CGMExportType, CGMScaleType) to indicate that a CGM export file should be binary. |
| static final int | _CGMExportType_null
Enum null value. |
| Method Summary | |
|---|---|
| static CGMExportType | FromInt
(int value)
Creates enum object from an integer. |
| static CGMExportType | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static CGMExportType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static CGMExportType | FromInt | (Integer value) |
Creates enum object from an integer object.
|