com.esri.arcgis.system
Interface IShortcutName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IShortcutNameProxy, ShortcutName

public interface IShortcutName
extends java.io.Serializable

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

Description: 'Provides access to members that define the target for the shortcut name.' 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 IIDe29b3c76_e7b2_458e_8732_e929391da234
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IName getTargetName()
          The value of the TargetName property.
 void setTargetNameByRef(IName ppTargetName)
          The value of the TargetName property.
 

Field Detail

IIDe29b3c76_e7b2_458e_8732_e929391da234

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

getTargetName

IName getTargetName()
                    throws java.io.IOException,
                           AutomationException
The value of the TargetName property.

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

setTargetNameByRef

void setTargetNameByRef(IName ppTargetName)
                        throws java.io.IOException,
                               AutomationException
The value of the TargetName property.

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