|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.GPFieldInfoProperty
public class GPFieldInfoProperty
COM Class 'GPFieldInfoProperty'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'Geoprocessing value object describing a field.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGPFieldInfoProperty |
|---|
IID, IIDe623fed0_5721_4a2e_a8a9_804e724912f5, xxDummy |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGPFieldInfoProperty2 |
|---|
IID, IID8fb38849_b524_4e75_819c_80e6152b2b9f, xxDummy |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGPFieldInfoProperty3 |
|---|
IID, IIDe68c2d9f_3eb5_4855_a36f_ae254c2b377d, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IXMLSerialize |
|---|
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy |
| Constructor Summary | |
|---|---|
GPFieldInfoProperty()
Constructs a GPFieldInfoProperty using ArcGIS Engine. |
|
GPFieldInfoProperty(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPFieldInfoProperty theGPFieldInfoProperty = (GPFieldInfoProperty) obj; |
|
| Method Summary | |
|---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getAlias()
FieldInfo Property Alias. |
static java.lang.String |
getClsid()
getClsid. |
int |
getIndex()
FieldInfo Property Index. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getJoinDelimiter()
FieldInfo Property Join Delimiter. |
int |
getMergeRule()
FieldInfo Property Merge Rule. |
java.lang.String |
getName()
FieldInfo Property Name. |
java.lang.String |
getRealAlias()
FieldInfo Property Real Alias. |
int |
getSplitRule()
FieldInfo Property Split Rule. |
void |
getTextPos(int[] start,
int[] end)
Returns the start and end text positions. |
int |
hashCode()
the hashcode for this object |
boolean |
isHasError()
Indicates whether or not the field info property has an error. |
boolean |
isVisible()
Indicates whether or not the field is visible. |
void |
release()
Release a GPFieldInfoProperty. |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setAlias(java.lang.String alias)
FieldInfo Property Alias. |
void |
setHasError(boolean error)
Indicates whether or not the field info property has an error. |
void |
setIndex(int index)
FieldInfo Property Index. |
void |
setJoinDelimiter(java.lang.String delimiter)
FieldInfo Property Join Delimiter. |
void |
setMergeRule(int rule)
FieldInfo Property Merge Rule. |
void |
setName(java.lang.String name)
FieldInfo Property Name. |
void |
setRealAlias(java.lang.String alias)
FieldInfo Property Real Alias. |
void |
setSplitRule(int rule)
FieldInfo Property Split Rule. |
void |
setTextPos(int start,
int end)
Sets the start and end text positions. |
void |
setVisible(boolean visible)
Indicates whether or not the field is visible. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GPFieldInfoProperty()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GPFieldInfoProperty(java.lang.Object obj)
throws java.io.IOException
GPFieldInfoProperty theGPFieldInfoProperty = (GPFieldInfoProperty) obj;
obj to GPFieldInfoProperty.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public int getIndex()
throws java.io.IOException,
AutomationException
getIndex in interface IGPFieldInfoPropertyjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIndex(int index)
throws java.io.IOException,
AutomationException
setIndex in interface IGPFieldInfoPropertyindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IGPFieldInfoPropertyjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IGPFieldInfoPropertyname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAlias()
throws java.io.IOException,
AutomationException
getAlias in interface IGPFieldInfoPropertyjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlias(java.lang.String alias)
throws java.io.IOException,
AutomationException
setAlias in interface IGPFieldInfoPropertyalias - The alias (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSplitRule()
throws java.io.IOException,
AutomationException
getSplitRule in interface IGPFieldInfoPropertyjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSplitRule(int rule)
throws java.io.IOException,
AutomationException
setSplitRule in interface IGPFieldInfoPropertyrule - A com.esri.arcgis.geoprocessing.esriGPFieldInfoSplitRule constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws java.io.IOException,
AutomationException
isVisible in interface IGPFieldInfoPropertyjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean visible)
throws java.io.IOException,
AutomationException
setVisible in interface IGPFieldInfoPropertyvisible - The visible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasError()
throws java.io.IOException,
AutomationException
isHasError in interface IGPFieldInfoPropertyjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHasError(boolean error)
throws java.io.IOException,
AutomationException
setHasError in interface IGPFieldInfoPropertyerror - The error (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMergeRule()
throws java.io.IOException,
AutomationException
getMergeRule in interface IGPFieldInfoProperty2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMergeRule(int rule)
throws java.io.IOException,
AutomationException
setMergeRule in interface IGPFieldInfoProperty2rule - A com.esri.arcgis.geoprocessing.esriGPFieldMapMergeRule constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getJoinDelimiter()
throws java.io.IOException,
AutomationException
getJoinDelimiter in interface IGPFieldInfoProperty2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setJoinDelimiter(java.lang.String delimiter)
throws java.io.IOException,
AutomationException
setJoinDelimiter in interface IGPFieldInfoProperty2delimiter - The delimiter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getTextPos(int[] start,
int[] end)
throws java.io.IOException,
AutomationException
getTextPos in interface IGPFieldInfoProperty2start - The start (out: use single element array)end - The end (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextPos(int start,
int end)
throws java.io.IOException,
AutomationException
setTextPos in interface IGPFieldInfoProperty2start - The start (in)end - The end (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getRealAlias()
throws java.io.IOException,
AutomationException
getRealAlias in interface IGPFieldInfoProperty3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRealAlias(java.lang.String alias)
throws java.io.IOException,
AutomationException
setRealAlias in interface IGPFieldInfoProperty3alias - The alias (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void serialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
serialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deserialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
deserialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.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 | ||||||||