API Documentation > Interfaces > Interface ExternalObjectClass
Interface ExternalObjectClass

package com.ptc.wfc.wfcExternalObject;

public interface
ExternalObjectClass
extends
jxobject


Description
Information related to external object class
User Guide References:
Method Summary
Creates an external object class
String
Name of the external object class
int
Type of the external object class
Method Detail
GetName
String
GetName
()
Name of the external object class
Returns:
GetType
int
GetType
()
Type of the external object class
Returns:
CreateObject
CreateObject
(ModelItem owner)
Creates an external object class
Parameters:
owner
Returns:
Was this helpful?