com.esri.arcgis.schematic
Interface ISchematicAttribute

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISchematicAttributeAssociatedField, ISchematicAttributeConstant, ISchematicAttributeDynamic, ISchematicAttributeField, ISchematicAttributeFormatted, ISchematicAttributeFunction, ISchematicAttributeGeometry, ISchematicAttributeProperty, ISchematicAttributeQuery, ISchematicAttributeScript, ISchematicAttributeStatic
All Known Implementing Classes:
ISchematicAttributeAssociatedFieldProxy, ISchematicAttributeConstantProxy, ISchematicAttributeDynamicProxy, ISchematicAttributeFieldProxy, ISchematicAttributeFormattedProxy, ISchematicAttributeFunctionProxy, ISchematicAttributeGeometryProxy, ISchematicAttributePropertyProxy, ISchematicAttributeProxy, ISchematicAttributeQueryProxy, ISchematicAttributeScriptProxy, ISchematicAttributeStaticProxy, SchematicAttributeAssociatedField, SchematicAttributeConstant, SchematicAttributeDynamic, SchematicAttributeField, SchematicAttributeFormatted, SchematicAttributeFunction, SchematicAttributeGeometry, SchematicAttributeProperty, SchematicAttributeQuery, SchematicAttributeScript, SchematicAttributeStatic

public interface ISchematicAttribute
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic attribute.' 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 IIDfd0a84c9_c8d2_44da_98ea_e68026c2d56b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void delete()
          Deletes the schematic attribute.
 IUID getCLSID()
          CLSID of the schematic attribute.
 java.lang.String getDescription()
          Description of the schematic attribute.
 java.lang.String getName()
          Name of the schematic attribute.
 ISchematicObjectClass getSchematicObjectClass()
          Schematic object class the schematic attribute belongs to.
 java.lang.Object getValue(ISchematicObject schematicObject)
          The schematic attribute value for the specified schematic object.
 void setName(java.lang.String name)
          Name of the schematic attribute.
 

Field Detail

IIDfd0a84c9_c8d2_44da_98ea_e68026c2d56b

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the schematic attribute.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the schematic attribute.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Description of the schematic attribute.

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

getCLSID

IUID getCLSID()
              throws java.io.IOException,
                     AutomationException
CLSID of the schematic attribute.

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

getSchematicObjectClass

ISchematicObjectClass getSchematicObjectClass()
                                              throws java.io.IOException,
                                                     AutomationException
Schematic object class the schematic attribute belongs to.

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

delete

void delete()
            throws java.io.IOException,
                   AutomationException
Deletes the schematic attribute.

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

getValue

java.lang.Object getValue(ISchematicObject schematicObject)
                          throws java.io.IOException,
                                 AutomationException
The schematic attribute value for the specified schematic object.

Parameters:
schematicObject - A reference to a com.esri.arcgis.schematic.ISchematicObject (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.