|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName() throws IOException, AutomationException
getName
in interface IGPCodedValueDomainProperty
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String name) throws IOException, AutomationException
setName
in interface IGPCodedValueDomainProperty
name
- 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 IGPCodedValueDomainProperty
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValueByRef(IGPValue value) throws IOException, AutomationException
setValueByRef
in interface IGPCodedValueDomainProperty
value
- 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 IXMLSerialize
data
- 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 IXMLSerialize
data
- 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 |