com.esri.arcgis.geodatabase
Interface IRepresentationClassName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRepresentationClassNameProxy, RepresentationClassName

public interface IRepresentationClassName
extends java.io.Serializable

COM Interface 'IRepresentationClassName'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that return information about the representation 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDddec16ba_1c6f_46b4_9410_f09e9984b766
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getOverrideFieldName()
          OverrideFieldName property.
 java.lang.String getRuleIDFieldName()
          RuleIDFieldName property.
 void setOverrideFieldName(java.lang.String name)
          OverrideFieldName property.
 void setRuleIDFieldName(java.lang.String name)
          RuleIDFieldName property.
 

Field Detail

IIDddec16ba_1c6f_46b4_9410_f09e9984b766

static final int IIDddec16ba_1c6f_46b4_9410_f09e9984b766
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setRuleIDFieldName

void setRuleIDFieldName(java.lang.String name)
                        throws java.io.IOException,
                               AutomationException
RuleIDFieldName property.

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

getRuleIDFieldName

java.lang.String getRuleIDFieldName()
                                    throws java.io.IOException,
                                           AutomationException
RuleIDFieldName property.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverrideFieldName

void setOverrideFieldName(java.lang.String name)
                          throws java.io.IOException,
                                 AutomationException
OverrideFieldName property.

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

getOverrideFieldName

java.lang.String getOverrideFieldName()
                                      throws java.io.IOException,
                                             AutomationException
OverrideFieldName property.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.