com.esri.arcgis.system
Interface IUID

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IUIDProxy, UID

public interface IUID
extends java.io.Serializable

COM Interface 'IUID'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
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
 
Method Summary
 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.
 

Field Detail

IID1714d59b_fb22_11d1_94a2_080009eebecb

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

DISPID_0_GET_NAME

static final java.lang.String DISPID_0_GET_NAME
See Also:
Constant Field Values

DISPID_0_PUT_NAME

static final java.lang.String DISPID_0_PUT_NAME
See Also:
Constant Field Values

DISPID_1_NAME

static final java.lang.String DISPID_1_NAME
See Also:
Constant Field Values

DISPID_2_GET_NAME

static final java.lang.String DISPID_2_GET_NAME
See Also:
Constant Field Values

DISPID_2_PUT_NAME

static final java.lang.String DISPID_2_PUT_NAME
See Also:
Constant Field Values

DISPID_3_NAME

static final java.lang.String DISPID_3_NAME
See Also:
Constant Field Values
Method Detail

getValue

java.lang.Object getValue()
                          throws java.io.IOException,
                                 AutomationException
The value of the UID object.

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

setValue

void setValue(java.lang.Object guidAsString)
              throws java.io.IOException,
                     AutomationException
The value of the UID object.

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

generate

void generate()
              throws java.io.IOException,
                     AutomationException
Creates a new globally unique value for the UID object.

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

getSubType

int getSubType()
               throws java.io.IOException,
                      AutomationException
The subtype of the UID object.

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

setSubType

void setSubType(int subType)
                throws java.io.IOException,
                       AutomationException
The subtype of the UID object.

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

compare

boolean compare(IUID otherID)
                throws java.io.IOException,
                       AutomationException
Indicates if the two UID objects represent the same globally unique identifier.

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