com.esri.arcgis.schematic
Interface ISchematicAttributeManagement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicAttributeManagementProxy

public interface ISchematicAttributeManagement
extends java.io.Serializable

COM Interface 'ISchematicAttributeManagement'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the schematic attribute management.' 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 IID39a9dcce_b8fb_4bb1_92b5_41b827001fde
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 java.lang.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(java.lang.String propertyName)
          Storage property name of the schematic attribute.
 

Field Detail

IID39a9dcce_b8fb_4bb1_92b5_41b827001fde

static final int IID39a9dcce_b8fb_4bb1_92b5_41b827001fde
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

isPredefined

boolean isPredefined()
                     throws java.io.IOException,
                            AutomationException
Indicates whether or not the schematic attribute is predefined.

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

setStorageMode

void setStorageMode(int storageMode)
                    throws java.io.IOException,
                           AutomationException
Storage mode of the schematic attribute.

Parameters:
storageMode - A com.esri.arcgis.schematic.esriSchematicAttributeStorageMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStorageMode

int getStorageMode()
                   throws java.io.IOException,
                          AutomationException
Storage mode of the schematic attribute.

Returns:
A com.esri.arcgis.schematic.esriSchematicAttributeStorageMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEvaluationMode

void setEvaluationMode(int evaluationMode)
                       throws java.io.IOException,
                              AutomationException
Evaluation mode of the schematic attribute.

Parameters:
evaluationMode - A com.esri.arcgis.schematic.esriSchematicAttributeEvaluationMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEvaluationMode

int getEvaluationMode()
                      throws java.io.IOException,
                             AutomationException
Evaluation mode of the schematic attribute.

Returns:
A com.esri.arcgis.schematic.esriSchematicAttributeEvaluationMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStorageField

IField getStorageField()
                       throws java.io.IOException,
                              AutomationException
Storage field of the schematic attribute.

Returns:
A reference to a com.esri.arcgis.geodatabase.IField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStorageField

void setStorageField(IField field)
                     throws java.io.IOException,
                            AutomationException
Storage field of the schematic attribute.

Parameters:
field - A reference to a com.esri.arcgis.geodatabase.IField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStoragePropertyName

java.lang.String getStoragePropertyName()
                                        throws java.io.IOException,
                                               AutomationException
Storage property name of the schematic attribute.

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

setStoragePropertyName

void setStoragePropertyName(java.lang.String propertyName)
                            throws java.io.IOException,
                                   AutomationException
Storage property name of the schematic attribute.

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