com.esri.arcgis.geodatabase
Interface IGPName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPDataTypeName, GPFunctionName, GPMultiValueTypeName, GPSATopoFeaturesTypeName, IGPNameProxy

public interface IGPName
extends java.io.Serializable

COM Interface 'IGPName'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to properties of a Geoprocessing 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 IID17a47938_e1ed_4d82_a1d1_d274465fcbc4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCategory()
          The category of the GPName object.
 java.lang.String getDescription()
          The description of the GPName object.
 java.lang.String getDisplayName()
          The descriptive display name of the GPName object.
 java.lang.Object getFactory()
          The factory object of the GPName object.
 java.lang.String getName()
          The name of the GPName object.
 void setCategory(java.lang.String path)
          The category of the GPName object.
 void setDescription(java.lang.String description)
          The description of the GPName object.
 void setDisplayName(java.lang.String name)
          The descriptive display name of the GPName object.
 void setFactoryByRef(java.lang.Object factory)
          The factory object of the GPName object.
 void setName(java.lang.String name)
          The name of the GPName object.
 

Field Detail

IID17a47938_e1ed_4d82_a1d1_d274465fcbc4

static final int IID17a47938_e1ed_4d82_a1d1_d274465fcbc4
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
The name of the GPName object.

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
The name of the GPName object.

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

getDisplayName

java.lang.String getDisplayName()
                                throws java.io.IOException,
                                       AutomationException
The descriptive display name of the GPName object.

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

setDisplayName

void setDisplayName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
The descriptive display name of the GPName object.

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
The description of the GPName object.

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

setDescription

void setDescription(java.lang.String description)
                    throws java.io.IOException,
                           AutomationException
The description of the GPName object.

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

getCategory

java.lang.String getCategory()
                             throws java.io.IOException,
                                    AutomationException
The category of the GPName object.

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

setCategory

void setCategory(java.lang.String path)
                 throws java.io.IOException,
                        AutomationException
The category of the GPName object.

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

getFactory

java.lang.Object getFactory()
                            throws java.io.IOException,
                                   AutomationException
The factory object of the GPName object.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFactoryByRef

void setFactoryByRef(java.lang.Object factory)
                     throws java.io.IOException,
                            AutomationException
The factory object of the GPName object.

Parameters:
factory - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.