|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAttributeStatic
Provides access to members that manage the schematic attribute static.
Method Summary | |
---|---|
String |
getAssociatedRowFieldName()
Associated row field name of the schematic attribute static. |
boolean |
isUseDomainCodeNames()
Indicates whether or not the schematic attribute static uses the domain code names. |
void |
setAssociatedRowFieldName(String fieldName)
Associated row field name of the schematic attribute static. |
void |
setUseDomainCodeNames(boolean useDomainCodeNames)
Indicates whether or not the schematic attribute static uses the domain code names. |
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute |
---|
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName |
Method Detail |
---|
String getAssociatedRowFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAssociatedRowFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseDomainCodeNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseDomainCodeNames(boolean useDomainCodeNames) throws IOException, AutomationException
useDomainCodeNames
- The useDomainCodeNames (in)
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 |