com.esri.arcgis.schematic
Class ISchematicObjectClassProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicObjectClassProxy
All Implemented Interfaces:
ISchematicObjectClass, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ISchematicDiagramClassProxy, ISchematicElementClassProxy

public class ISchematicObjectClassProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicObjectClass, java.io.Serializable

Internal use class Proxy for COM Interface 'ISchematicObjectClass'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the schematic object class.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicObjectClass
IID, IID55d6b6d9_5539_486f_95f8_084ef4e6fc13
 
Constructor Summary
  ISchematicObjectClassProxy()
          For internal use only
  ISchematicObjectClassProxy(java.lang.Object obj)
           
protected ISchematicObjectClassProxy(java.lang.Object obj, java.lang.String iid)
           
  ISchematicObjectClassProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ISchematicObjectClassProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 ISchematicAttribute createSchematicAttribute(java.lang.String name, IUID uID)
          Creates a schematic in memory attribute.
 void delete(boolean deleteDescendants)
          Deletes the schematic object class.
 int getExternalQueryEvaluationMode()
          External query evaluation mode of the schematic object class.
 java.lang.Object getIdentifierFieldNames()
          Identifier fields names of the schematic object class.
 java.lang.String getName()
          Name of the schematic object class.
 java.lang.String[] getPredefinedAttributeNames()
          Predefined attributes names of the schematic in memory object class.
 java.lang.String getQueryString()
          Query string of the schematic object class.
 ISchematicDataset getSchematicDataset()
          Schematic dataset the schematic object class belongs to.
 ISchematicDataSource getSchematicDataSource()
          Schematic data source of the schematic object class.
 IEnumSchematicQueryParameter getSchematicQueryParameters()
          Schematic query parameters of the schematic object class.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setExternalQueryEvaluationMode(int externalQueryEvaluationMode)
          External query evaluation mode of the schematic object class.
 void setIdentifierFieldNames(java.lang.Object names)
          Identifier fields names of the schematic object class.
 void setName(java.lang.String name)
          Name of the schematic object class.
 void setQueryString(java.lang.String queryString)
          Query string of the schematic object class.
 void setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource)
          Schematic data source of the schematic object class.
 void setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters)
          Schematic query parameters of the schematic object class.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ISchematicObjectClassProxy

public ISchematicObjectClassProxy(java.lang.String CLSID,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.net.UnknownHostException,
                                  java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ISchematicObjectClassProxy

public ISchematicObjectClassProxy()
For internal use only


ISchematicObjectClassProxy

public ISchematicObjectClassProxy(java.lang.Object obj)
                           throws java.io.IOException
Throws:
java.io.IOException

ISchematicObjectClassProxy

protected ISchematicObjectClassProxy(java.lang.Object obj,
                                     java.lang.String iid)
                              throws java.io.IOException
Throws:
java.io.IOException

ISchematicObjectClassProxy

protected ISchematicObjectClassProxy(java.lang.String CLSID,
                                     java.lang.String iid,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the schematic object class.

Specified by:
getName in interface ISchematicObjectClass
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the schematic object class.

Specified by:
setName in interface ISchematicObjectClass
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicDataset

public ISchematicDataset getSchematicDataset()
                                      throws java.io.IOException,
                                             AutomationException
Schematic dataset the schematic object class belongs to.

Specified by:
getSchematicDataset in interface ISchematicObjectClass
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicQueryParameters

public IEnumSchematicQueryParameter getSchematicQueryParameters()
                                                         throws java.io.IOException,
                                                                AutomationException
Schematic query parameters of the schematic object class.

Specified by:
getSchematicQueryParameters in interface ISchematicObjectClass
Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicQueryParameter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSchematicQueryParameters

public void setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters)
                                 throws java.io.IOException,
                                        AutomationException
Schematic query parameters of the schematic object class.

Specified by:
setSchematicQueryParameters in interface ISchematicObjectClass
Parameters:
queryParameters - A reference to a com.esri.arcgis.schematic.IEnumSchematicQueryParameter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQueryString

public java.lang.String getQueryString()
                                throws java.io.IOException,
                                       AutomationException
Query string of the schematic object class.

Specified by:
getQueryString in interface ISchematicObjectClass
Returns:
The queryString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQueryString

public void setQueryString(java.lang.String queryString)
                    throws java.io.IOException,
                           AutomationException
Query string of the schematic object class.

Specified by:
setQueryString in interface ISchematicObjectClass
Parameters:
queryString - The queryString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIdentifierFieldNames

public java.lang.Object getIdentifierFieldNames()
                                         throws java.io.IOException,
                                                AutomationException
Identifier fields names of the schematic object class.

Specified by:
getIdentifierFieldNames in interface ISchematicObjectClass
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIdentifierFieldNames

public void setIdentifierFieldNames(java.lang.Object names)
                             throws java.io.IOException,
                                    AutomationException
Identifier fields names of the schematic object class.

Specified by:
setIdentifierFieldNames in interface ISchematicObjectClass
Parameters:
names - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicDataSource

public ISchematicDataSource getSchematicDataSource()
                                            throws java.io.IOException,
                                                   AutomationException
Schematic data source of the schematic object class.

Specified by:
getSchematicDataSource in interface ISchematicObjectClass
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDataSource
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSchematicDataSourceByRef

public void setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource)
                                 throws java.io.IOException,
                                        AutomationException
Schematic data source of the schematic object class.

Specified by:
setSchematicDataSourceByRef in interface ISchematicObjectClass
Parameters:
schematicDataSource - A reference to a com.esri.arcgis.schematic.ISchematicDataSource (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

delete

public void delete(boolean deleteDescendants)
            throws java.io.IOException,
                   AutomationException
Deletes the schematic object class.

Specified by:
delete in interface ISchematicObjectClass
Parameters:
deleteDescendants - The deleteDescendants (in, optional, pass true if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createSchematicAttribute

public ISchematicAttribute createSchematicAttribute(java.lang.String name,
                                                    IUID uID)
                                             throws java.io.IOException,
                                                    AutomationException
Creates a schematic in memory attribute.

Specified by:
createSchematicAttribute in interface ISchematicObjectClass
Parameters:
name - The name (in)
uID - A reference to a com.esri.arcgis.system.IUID (in)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicAttribute
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPredefinedAttributeNames

public java.lang.String[] getPredefinedAttributeNames()
                                               throws java.io.IOException,
                                                      AutomationException
Predefined attributes names of the schematic in memory object class.

Specified by:
getPredefinedAttributeNames in interface ISchematicObjectClass
Returns:
The names
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExternalQueryEvaluationMode

public void setExternalQueryEvaluationMode(int externalQueryEvaluationMode)
                                    throws java.io.IOException,
                                           AutomationException
External query evaluation mode of the schematic object class.

Specified by:
setExternalQueryEvaluationMode in interface ISchematicObjectClass
Parameters:
externalQueryEvaluationMode - A com.esri.arcgis.schematic.esriSchematicExternalQueryEvaluationMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExternalQueryEvaluationMode

public int getExternalQueryEvaluationMode()
                                   throws java.io.IOException,
                                          AutomationException
External query evaluation mode of the schematic object class.

Specified by:
getExternalQueryEvaluationMode in interface ISchematicObjectClass
Returns:
A com.esri.arcgis.schematic.esriSchematicExternalQueryEvaluationMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.