|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAttributeManagement
Provides access to members that manage the schematic attribute management.
Method Summary | |
---|---|
int |
getEvaluationMode()
Evaluation mode of the schematic attribute. |
IField |
getStorageField()
Storage field of the schematic attribute. |
int |
getStorageMode()
Storage mode of the schematic attribute. |
String |
getStoragePropertyName()
Storage property name of the schematic attribute. |
boolean |
isPredefined()
Indicates whether or not the schematic attribute is predefined. |
void |
setEvaluationMode(int evaluationMode)
Evaluation mode of the schematic attribute. |
void |
setStorageField(IField field)
Storage field of the schematic attribute. |
void |
setStorageMode(int storageMode)
Storage mode of the schematic attribute. |
void |
setStoragePropertyName(String propertyName)
Storage property name of the schematic attribute. |
Method Detail |
---|
boolean isPredefined() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStorageMode(int storageMode) throws IOException, AutomationException
storageMode
- A com.esri.arcgis.schematic.esriSchematicAttributeStorageMode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStorageMode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEvaluationMode(int evaluationMode) throws IOException, AutomationException
evaluationMode
- A com.esri.arcgis.schematic.esriSchematicAttributeEvaluationMode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getEvaluationMode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IField getStorageField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStorageField(IField field) throws IOException, AutomationException
field
- A reference to a com.esri.arcgis.geodatabase.IField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStoragePropertyName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStoragePropertyName(String propertyName) throws IOException, AutomationException
propertyName
- The propertyName (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 |