com.esri.arcgis.geodatabase
Interface IRepresentationClassName

All Superinterfaces:
Serializable
All Known Implementing Classes:
RepresentationClassName

public interface IRepresentationClassName
extends Serializable

Provides access to members that return information about the representation class.

Remarks

Interface to set and get the OverrideFieldName and RuleIDFieldName.

This example goes from a representation class to representation class name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getOverrideFieldName()
          OverrideFieldName property.
 String getRuleIDFieldName()
          RuleIDFieldName property.
 void setOverrideFieldName(String name)
          OverrideFieldName property.
 void setRuleIDFieldName(String name)
          RuleIDFieldName property.
 

Method Detail

setRuleIDFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getRuleIDFieldName

String getRuleIDFieldName()
                          throws IOException,
                                 AutomationException
RuleIDFieldName property.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setOverrideFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getOverrideFieldName

String getOverrideFieldName()
                            throws IOException,
                                   AutomationException
OverrideFieldName property.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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