public interface IGPDataType
extends java.io.Serializable
Description: 'Provides access to members of a GP Data Type.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID172a93a9_afc1_432d_8f04_54b7309ba432 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGPValue |
createValue(java.lang.String text)
Creates a geoprocessing value object from the given string.
|
IUID |
getControlCLSID()
The COM class id of the data type.
|
java.lang.String |
getDisplayName()
The descriptive, user-friendly name.
|
IName |
getFullName()
The associated Name object.
|
int |
getHelpContext()
The context identifier of the topic within the help file.
|
java.lang.String |
getHelpFile()
The name of the (CHM) file containing help information.
|
java.lang.String |
getMetadataFile()
The name of the (XML) file containing the default metadata for this data type.
|
java.lang.String |
getName()
The name of the data type.
|
IGPMessage |
validateDataType(IGPDataType type)
Validates if a given geoprocessing data type object is valid.
|
IGPMessage |
validateValue(IGPValue value,
IGPDomain domain)
Validates if a given geoprocessing value object is the correct data type.
|
static final int IID172a93a9_afc1_432d_8f04_54b7309ba432
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDisplayName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUID getControlCLSID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getFullName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getHelpFile() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getHelpContext() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getMetadataFile() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGPValue createValue(java.lang.String text) throws java.io.IOException, AutomationException
text
- The text (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGPMessage validateDataType(IGPDataType type) throws java.io.IOException, AutomationException
type
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGPMessage validateValue(IGPValue value, IGPDomain domain) throws java.io.IOException, AutomationException
value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)domain
- A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.