public interface IUID
extends java.io.Serializable
Description: 'Provides access to members that work with globally unique identifier objects.' 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 |
DISPID_0_GET_NAME |
static java.lang.String |
DISPID_0_PUT_NAME |
static java.lang.String |
DISPID_1_NAME |
static java.lang.String |
DISPID_2_GET_NAME |
static java.lang.String |
DISPID_2_PUT_NAME |
static java.lang.String |
DISPID_3_NAME |
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID1714d59b_fb22_11d1_94a2_080009eebecb |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
compare(IUID otherID)
Indicates if the two UID objects represent the same globally unique identifier.
|
void |
generate()
Creates a new globally unique value for the UID object.
|
int |
getSubType()
The subtype of the UID object.
|
java.lang.Object |
getValue()
The value of the UID object.
|
void |
setSubType(int subType)
The subtype of the UID object.
|
void |
setValue(java.lang.Object guidAsString)
The value of the UID object.
|
static final int IID1714d59b_fb22_11d1_94a2_080009eebecb
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_0_GET_NAME
static final java.lang.String DISPID_0_PUT_NAME
static final java.lang.String DISPID_1_NAME
static final java.lang.String DISPID_2_GET_NAME
static final java.lang.String DISPID_2_PUT_NAME
static final java.lang.String DISPID_3_NAME
java.lang.Object getValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setValue(java.lang.Object guidAsString) throws java.io.IOException, AutomationException
guidAsString
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void generate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSubType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubType(int subType) throws java.io.IOException, AutomationException
subType
- The subType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean compare(IUID otherID) throws java.io.IOException, AutomationException
otherID
- A reference to a com.esri.arcgis.system.IUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.