| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| ExternalDataClass | CreateClass
(String Name)
Creates a class in the model's external data. |
| boolean | IsValid
()
Returns true if this object is still valid for this model, false if access has been terminated |
| ExternalDataClasses | ListClasses
()
Lists all of the external data classes for the model |
| void | LoadAll
()
Loads all of the model's external data into memory. |
| void | ReleaseDataBuffer
(ExternalData data)
Frees the memory allocated for data buffer. |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Method Detail |
|---|
| ListClasses |
|---|
| ExternalDataClasses | ListClasses | () |
| Lists all of the external data classes for the model
Exceptions thrown (but not limited to): XExternalDataTKError - The function failed. XExternalDataInvalidObject - The specified model is invalid. XBadExternalData - Data access object is no longer valid
|
| CreateClass |
|---|
| ExternalDataClass | CreateClass | (String Name) |
| Creates a class in the model's external data.
Exceptions thrown (but not limited to): XExternalDataTKError - The function failed. XExternalDataInvalidObject - The specified model or class name is invalid. XExternalDataClassOrSlotExists - The specified class name already exists. XExternalDataNamesTooLong - The specified class name exceeds the length 32. XBadExternalData - Data access object is no longer valid
|
| LoadAll |
|---|
| void | LoadAll | () |
| Loads all of the model's external data into memory.
Using this method can improve the performance of reading the model data. Exceptions thrown (but not limited to): XExternalDataTKError - The function failed. XExternalDataInvalidObject - The specified model is invalid. XBadExternalData - Data access object is no longer valid
|
| IsValid |
|---|
| boolean | IsValid | () |
Returns true if this object is still valid for this model, false if access has been terminated
|
| ReleaseDataBuffer |
|---|
| void | ReleaseDataBuffer | (ExternalData data) |
Frees the memory allocated for data buffer.
|