|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.GPFieldInfoProperty
public class GPFieldInfoProperty
Geoprocessing value object describing a field.
Constructor Summary | |
---|---|
GPFieldInfoProperty()
Constructs a GPFieldInfoProperty using ArcGIS Engine. |
|
GPFieldInfoProperty(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(Object o)
Compare this object with another |
String |
getAlias()
FieldInfo Property Alias. |
static String |
getClsid()
getClsid. |
int |
getIndex()
FieldInfo Property Index. |
String |
getJoinDelimiter()
FieldInfo Property Join Delimiter. |
int |
getMergeRule()
FieldInfo Property Merge Rule. |
String |
getName()
FieldInfo Property Name. |
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 |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setAlias(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(String delimiter)
FieldInfo Property Join Delimiter. |
void |
setMergeRule(int rule)
FieldInfo Property Merge Rule. |
void |
setName(String name)
FieldInfo Property Name. |
void |
setRealAlias(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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public GPFieldInfoProperty() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GPFieldInfoProperty(Object obj) throws IOException
GPFieldInfoProperty theGPFieldInfoProperty = (GPFieldInfoProperty) obj;
obj
to GPFieldInfoProperty
.
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 int getIndex() throws IOException, AutomationException
getIndex
in interface IGPFieldInfoProperty
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIndex(int index) throws IOException, AutomationException
setIndex
in interface IGPFieldInfoProperty
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IGPFieldInfoProperty
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 IGPFieldInfoProperty
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAlias() throws IOException, AutomationException
getAlias
in interface IGPFieldInfoProperty
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlias(String alias) throws IOException, AutomationException
setAlias
in interface IGPFieldInfoProperty
alias
- The alias (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSplitRule() throws IOException, AutomationException
getSplitRule
in interface IGPFieldInfoProperty
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSplitRule(int rule) throws IOException, AutomationException
setSplitRule
in interface IGPFieldInfoProperty
rule
- A com.esri.arcgis.geoprocessing.esriGPFieldInfoSplitRule constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws IOException, AutomationException
isVisible
in interface IGPFieldInfoProperty
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean visible) throws IOException, AutomationException
setVisible
in interface IGPFieldInfoProperty
visible
- The visible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasError() throws IOException, AutomationException
isHasError
in interface IGPFieldInfoProperty
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHasError(boolean error) throws IOException, AutomationException
setHasError
in interface IGPFieldInfoProperty
error
- The error (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMergeRule() throws IOException, AutomationException
getMergeRule
in interface IGPFieldInfoProperty2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMergeRule(int rule) throws IOException, AutomationException
setMergeRule
in interface IGPFieldInfoProperty2
rule
- A com.esri.arcgis.geoprocessing.esriGPFieldMapMergeRule constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getJoinDelimiter() throws IOException, AutomationException
getJoinDelimiter
in interface IGPFieldInfoProperty2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setJoinDelimiter(String delimiter) throws IOException, AutomationException
setJoinDelimiter
in interface IGPFieldInfoProperty2
delimiter
- The delimiter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getTextPos(int[] start, int[] end) throws IOException, AutomationException
getTextPos
in interface IGPFieldInfoProperty2
start
- The start (out: use single element array)end
- The end (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextPos(int start, int end) throws IOException, AutomationException
setTextPos
in interface IGPFieldInfoProperty2
start
- The start (in)end
- The end (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRealAlias() throws IOException, AutomationException
getRealAlias
in interface IGPFieldInfoProperty3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRealAlias(String alias) throws IOException, AutomationException
setRealAlias
in interface IGPFieldInfoProperty3
alias
- The alias (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 |