| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.GPCodedValueDomainProperty
public class GPCodedValueDomainProperty
Geoprocessing Coded Value Domain Property.
| Constructor Summary | |
|---|---|
GPCodedValueDomainProperty()
Constructs a GPCodedValueDomainProperty using ArcGIS Engine.  | 
|
GPCodedValueDomainProperty(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  GPCodedValueDomainProperty theGPCodedValueDomainProperty = (GPCodedValueDomainProperty) obj; | 
|
| Method Summary | |
|---|---|
 void | 
deserialize(IXMLSerializeData data)
Deserializes an object from XML.  | 
 boolean | 
equals(Object o)
Compare this object with another  | 
static String | 
getClsid()
getClsid.  | 
 String | 
getName()
CodedValue Domain Property Name.  | 
 IGPValue | 
getValue()
CodedValue Domain Property Value.  | 
 int | 
hashCode()
the hashcode for this object  | 
 void | 
serialize(IXMLSerializeData data)
Serializes an object to XML.  | 
 void | 
setName(String name)
CodedValue Domain Property Name.  | 
 void | 
setValueByRef(IGPValue value)
CodedValue Domain Property Value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef | 
|---|
getJintegraDispatch, release | 
| Constructor Detail | 
|---|
public GPCodedValueDomainProperty()
                           throws IOException,
                                  UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GPCodedValueDomainProperty(Object obj)
                           throws IOException
 GPCodedValueDomainProperty theGPCodedValueDomainProperty = (GPCodedValueDomainProperty) obj;
obj to GPCodedValueDomainProperty.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
               throws IOException,
                      AutomationException
getName in interface IGPCodedValueDomainPropertyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String name)
             throws IOException,
                    AutomationException
setName in interface IGPCodedValueDomainPropertyname - The name  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPValue getValue()
                  throws IOException,
                         AutomationException
getValue in interface IGPCodedValueDomainPropertyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setValueByRef(IGPValue value)
                   throws IOException,
                          AutomationException
setValueByRef in interface IGPCodedValueDomainPropertyvalue - A reference to a com.esri.arcgis.geodatabase.IGPValue  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void serialize(IXMLSerializeData data)
               throws IOException,
                      AutomationException
serialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deserialize(IXMLSerializeData data)
                 throws IOException,
                        AutomationException
deserialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||