|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRepresentationClassName
Provides access to members that return information about the representation class.
Interface to set and get the OverrideFieldName and RuleIDFieldName.
This example goes from a representation class to representation class name.
Method Summary | |
---|---|
String |
getOverrideFieldName()
OverrideFieldName property. |
String |
getRuleIDFieldName()
RuleIDFieldName property. |
void |
setOverrideFieldName(String name)
OverrideFieldName property. |
void |
setRuleIDFieldName(String name)
RuleIDFieldName property. |
Method Detail |
---|
void setRuleIDFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRuleIDFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverrideFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOverrideFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |