|
Creo Object TOOLKIT Java Type
|
Data
|
|---|---|
|
pfcExternal.ExternalDataType.EXTDATA_INTEGER
|
integer
|
|
pfcExternal.ExternalDataType.EXTDATA_DOUBLE
|
double
|
|
pfcExternal.ExternalDataType.EXTDATA_STRING
|
string
|
|
Creo Object TOOLKIT Java Type
|
Data Type
|
|---|---|
|
com.ptc.pfc.External.ExternalDataAccess
|
This is the top level object and is created when attempting to access external data.
|
|
com.ptc.pfc.pfcExternal.ExternalDataClass
|
This is a class of external data and is identified by a unique name.
|
|
com.ptc.pfc.pfcExternal.ExternalDataSlot
|
This is a container for one item of data. Each slot is stored in a class.
|
|
com.ptc.pfc.pfcExternal.ExternalData
|
This is a compact data structure that contains either an integer, double or string value.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| • | pfcExternal.ExternalData.GetIntegerValue |
| • | pfcExternal.ExternalData.GetDoubleValue |
| • | pfcExternal.ExternalData.GetStringValue |
| |
| |
| |
| |
| |
| |
| • | wfcSELECT_OVERRIDE—Specifies that the previous selection is overridden. |
| • | wfcSELECT_TOGGLE—Specifies that the last two selections are toggled between. |
|
Exception
|
Cause
|
|---|---|
|
XExternalDataInvalidObject
|
Generated when a model or class is invalid.
|
|
XExternalDataClassOrSlotExists
|
Generated when creating a class or slot and the proposed class or slot already exists.
|
|
XExternalDataNamesTooLong
|
Generated when a class or slot name is too long.
|
|
XExternalDataSlotNotFound
|
Generated when a specified class or slot does not exist.
|
|
XExternalDataEmptySlot
|
Generated when the slot you are attempting to read is empty.
|
|
XExternalDataInvalidSlotName
|
Generated when a specified slot name is invalid.
|
|
XBadGetExternalData
|
Generated when you try to access an incorrect data type in a External.ExternalData object.
|