com.esri.arcgis.schematic
Interface ISchematicAttributeFormatted

All Superinterfaces:
ISchematicAttribute, java.io.Serializable
All Known Implementing Classes:
ISchematicAttributeFormattedProxy, SchematicAttributeFormatted

public interface ISchematicAttributeFormatted
extends ISchematicAttribute, java.io.Serializable

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

Description: 'Provides access to members that manage the schematic attribute formatted.' 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 IID9c260cb2_8129_464c_bb1d_18971b240f6f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
IIDfd0a84c9_c8d2_44da_98ea_e68026c2d56b
 
Method Summary
 java.lang.String getFormat()
          String format the schematic attribute formatted.
 java.lang.Object getParameterNames()
          Parameters names of the schematic attribute formatted.
 void setFormat(java.lang.String format)
          String format the schematic attribute formatted.
 void setParameterNames(java.lang.Object names)
          Parameters names of the schematic attribute formatted.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Field Detail

IID9c260cb2_8129_464c_bb1d_18971b240f6f

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

getFormat

java.lang.String getFormat()
                           throws java.io.IOException,
                                  AutomationException
String format the schematic attribute formatted.

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

setFormat

void setFormat(java.lang.String format)
               throws java.io.IOException,
                      AutomationException
String format the schematic attribute formatted.

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

getParameterNames

java.lang.Object getParameterNames()
                                   throws java.io.IOException,
                                          AutomationException
Parameters names of the schematic attribute formatted.

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

setParameterNames

void setParameterNames(java.lang.Object names)
                       throws java.io.IOException,
                              AutomationException
Parameters names of the schematic attribute formatted.

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