com.esri.arcgis.display
Interface IDisplayName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ArrowMarkerSymbol, BalloonCallout, CartographicLineSymbol, CharacterMarker3DSymbol, CharacterMarkerSymbol, GradientFillSymbol, HashLineSymbol, IDisplayNameProxy, LineCallout, LineFillSymbol, Marker3DSymbol, MarkerFillSymbol, MarkerLineSymbol, MarkerTextBackground, PictureFillSymbol, PictureLineSymbol, PictureMarkerSymbol, SimpleFillSymbol, SimpleLine3DSymbol, SimpleLineCallout, SimpleLineDecorationElement, SimpleLineSymbol, SimpleMarker3DSymbol, SimpleMarkerSymbol, TextMarkerSymbol, TextSymbol, TextureFillSymbol, TextureLineSymbol

public interface IDisplayName
extends java.io.Serializable

COM Interface 'IDisplayName'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that return the display name of an object.' 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 IIDf47b9b56_7efe_4ee4_b7d4_445f93ff390e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getNameString()
          The display name of an object.
 

Field Detail

IIDf47b9b56_7efe_4ee4_b7d4_445f93ff390e

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

getNameString

java.lang.String getNameString()
                               throws java.io.IOException,
                                      AutomationException
The display name of an object.

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