com.esri.arcgis.schematic
Class ISchematicExpandLinksByAttributeRuleProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicExpandLinksByAttributeRuleProxy
All Implemented Interfaces:
ISchematicExpandLinksByAttributeRule, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that manage the Expand link by attribute rule.' 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 =

public class ISchematicExpandLinksByAttributeRuleProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicExpandLinksByAttributeRule, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.ISchematicExpandLinksByAttributeRule
IID, IID460616a4_1363_4737_98b7_c476e4f8acca
 
Constructor Summary
  ISchematicExpandLinksByAttributeRuleProxy()
          Deprecated. For internal use only
  ISchematicExpandLinksByAttributeRuleProxy(java.lang.Object obj)
          Deprecated.  
protected ISchematicExpandLinksByAttributeRuleProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISchematicExpandLinksByAttributeRuleProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISchematicExpandLinksByAttributeRuleProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getExtendedCriteriaName()
          Deprecated. Name of the extended criteria which gives the number of expected links.
 java.lang.String getField()
          Deprecated. Field name of the associated feature giving the number of expected expanded links.
 int getFieldFormat()
          Deprecated. Format of the field giving the number of expected expanded links.
 java.lang.String getLinkElementClassName()
          Deprecated. Name of the schematic link class to expand.
 java.lang.String getRangeValuesSeparator()
          Deprecated. Range values separator character.
 java.lang.String getSetOfCharactersSeparator()
          Deprecated. List of Characters Separator character.
 java.lang.String getStorageName()
          Deprecated. Name of the field used to store the decoded value of the expanded link (optional).
 java.lang.String getWhereClause()
          Deprecated. Where clause used on associated feature to filter the schematic links expand.
 boolean isExtendedCriteria()
          Deprecated. Indicates if an extended criteria is used to get the number of expected links.
 boolean isKeepLinksWithNoValue()
          Deprecated. Indicates if the rule keeps Links which field has no value.
 boolean isUseCodeName()
          Deprecated. Indicates if the code name (or domain name) should be used to get the number of expected expanded links.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDescription(java.lang.String rhs1)
          Deprecated. Description of the Schematic Expand link by attribute rule.
 void setExtendedCriteria(boolean extendedCriteria)
          Deprecated. Indicates if an extended criteria is used to get the number of expected links.
 void setExtendedCriteriaName(java.lang.String extendedCriteriaName)
          Deprecated. Name of the extended criteria which gives the number of expected links.
 void setField(java.lang.String field)
          Deprecated. Field name of the associated feature giving the number of expected expanded links.
 void setFieldFormat(int fieldFormat)
          Deprecated. Format of the field giving the number of expected expanded links.
 void setKeepLinksWithNoValue(boolean keepLinksWithNoValue)
          Deprecated. Indicates if the rule keeps Links which field has no value.
 void setLinkElementClassName(java.lang.String linkElementClassName)
          Deprecated. Name of the schematic link class to expand.
 void setRangeValuesSeparator(java.lang.String separator)
          Deprecated. Range values separator character.
 void setSetOfCharactersSeparator(java.lang.String separator)
          Deprecated. List of Characters Separator character.
 void setStorageName(java.lang.String storageName)
          Deprecated. Name of the field used to store the decoded value of the expanded link (optional).
 void setUseCodeName(boolean useCodeName)
          Deprecated. Indicates if the code name (or domain name) should be used to get the number of expected expanded links.
 void setWhereClause(java.lang.String whereClause)
          Deprecated. Where clause used on associated feature to filter the schematic links expand.
 
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
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISchematicExpandLinksByAttributeRuleProxy

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

ISchematicExpandLinksByAttributeRuleProxy

public ISchematicExpandLinksByAttributeRuleProxy()
Deprecated. 
For internal use only


ISchematicExpandLinksByAttributeRuleProxy

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

ISchematicExpandLinksByAttributeRuleProxy

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

ISchematicExpandLinksByAttributeRuleProxy

protected ISchematicExpandLinksByAttributeRuleProxy(java.lang.String CLSID,
                                                    java.lang.String iid,
                                                    java.lang.String host,
                                                    com.esri.arcgis.interop.AuthInfo authInfo)
                                             throws java.io.IOException
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setDescription

public void setDescription(java.lang.String rhs1)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Description of the Schematic Expand link by attribute rule.

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

getField

public java.lang.String getField()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Field name of the associated feature giving the number of expected expanded links.

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

setField

public void setField(java.lang.String field)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Field name of the associated feature giving the number of expected expanded links.

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

getFieldFormat

public int getFieldFormat()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Format of the field giving the number of expected expanded links.

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

setFieldFormat

public void setFieldFormat(int fieldFormat)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Format of the field giving the number of expected expanded links.

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

getSetOfCharactersSeparator

public java.lang.String getSetOfCharactersSeparator()
                                             throws java.io.IOException,
                                                    AutomationException
Deprecated. 
List of Characters Separator character.

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

setSetOfCharactersSeparator

public void setSetOfCharactersSeparator(java.lang.String separator)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
List of Characters Separator character.

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

getRangeValuesSeparator

public java.lang.String getRangeValuesSeparator()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Range values separator character.

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

setRangeValuesSeparator

public void setRangeValuesSeparator(java.lang.String separator)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Range values separator character.

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

getStorageName

public java.lang.String getStorageName()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Name of the field used to store the decoded value of the expanded link (optional).

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

setStorageName

public void setStorageName(java.lang.String storageName)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Name of the field used to store the decoded value of the expanded link (optional).

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

isExtendedCriteria

public boolean isExtendedCriteria()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if an extended criteria is used to get the number of expected links. In this case, the property 'Field' is not used.

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

setExtendedCriteria

public void setExtendedCriteria(boolean extendedCriteria)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if an extended criteria is used to get the number of expected links. In this case, the property 'Field' is not used.

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

getExtendedCriteriaName

public java.lang.String getExtendedCriteriaName()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Name of the extended criteria which gives the number of expected links.

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

setExtendedCriteriaName

public void setExtendedCriteriaName(java.lang.String extendedCriteriaName)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Name of the extended criteria which gives the number of expected links.

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

getLinkElementClassName

public java.lang.String getLinkElementClassName()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Name of the schematic link class to expand.

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

setLinkElementClassName

public void setLinkElementClassName(java.lang.String linkElementClassName)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Name of the schematic link class to expand.

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

getWhereClause

public java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Where clause used on associated feature to filter the schematic links expand.

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

setWhereClause

public void setWhereClause(java.lang.String whereClause)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Where clause used on associated feature to filter the schematic links expand.

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

isKeepLinksWithNoValue

public boolean isKeepLinksWithNoValue()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the rule keeps Links which field has no value.

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

setKeepLinksWithNoValue

public void setKeepLinksWithNoValue(boolean keepLinksWithNoValue)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if the rule keeps Links which field has no value.

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

isUseCodeName

public boolean isUseCodeName()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the code name (or domain name) should be used to get the number of expected expanded links.

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

setUseCodeName

public void setUseCodeName(boolean useCodeName)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the code name (or domain name) should be used to get the number of expected expanded links.

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