public interface IGPValue
extends java.io.Serializable
Description: 'Provides access to members of a GPValue.' 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 |
IID92ee08b6_c757_4178_803c_67cd665ac801 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
empty()
Clears the value object.
|
java.lang.String |
getAsText()
Provides the value of the value object.
|
IGPDataType |
IGPValue_getDataType()
The data type of the value object.
|
boolean |
isEmpty()
Indicates if the value object is empty.
|
IGPMessage |
setAsText(java.lang.String text)
Provides the value of the value object with the given string value.
|
static final int IID92ee08b6_c757_4178_803c_67cd665ac801
static final int xxDummy
static final java.lang.String IID
IGPDataType IGPValue_getDataType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void empty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAsText() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGPMessage setAsText(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.