|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.GpDescribeField
public class GpDescribeField
Geoprocessing DescribeField object.
Constructor Summary | |
---|---|
GpDescribeField()
Constructs a GpDescribeField using ArcGIS Engine. |
|
GpDescribeField(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GpDescribeField theGpDescribeField = (GpDescribeField) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getAliasName()
Alias name of the field description. |
static String |
getClsid()
getClsid. |
String |
getDomain()
Domain of the field description. |
String |
getEditable()
Indicates whether the field is editable. |
IField |
getField()
Get the initial field value. |
String |
getIsNullable()
Indicates whether the field supports NULL values. |
int |
getLength()
The length of the field. |
String |
getName()
Name of the field description. |
int |
getPosition()
Set the field position. |
int |
getPrecision()
The precision of the field. |
String |
getRequired()
Indicates whether the field is required. |
int |
getScale()
The scale of the field. |
String |
getType()
The data type of the field. |
int |
hashCode()
the hashcode for this object |
void |
setAliasName(String name)
Alias name of the field description. |
void |
setDomain(String name)
Domain of the field description. |
void |
setEditable(String editable)
Indicates whether the field is editable. |
void |
setField(IField field)
Set the initial field value. |
void |
setIsNullable(String isNullable)
Indicates whether the field supports NULL values. |
void |
setLength(int length)
The length of the field. |
void |
setName(String name)
Name of the field description. |
void |
setPosition(int pos)
Set the field position. |
void |
setPrecision(int precision)
The precision of the field. |
void |
setRequired(String required)
Indicates whether the field is required. |
void |
setScale(int scale)
The scale of the field. |
void |
setType(String type)
The data type of the field. |
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 GpDescribeField() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GpDescribeField(Object obj) throws IOException
GpDescribeField theGpDescribeField = (GpDescribeField) obj;
obj
to GpDescribeField
.
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 IGpDescribeField
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 IGpDescribeField
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAliasName() throws IOException, AutomationException
getAliasName
in interface IGpDescribeField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAliasName(String name) throws IOException, AutomationException
setAliasName
in interface IGpDescribeField
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDomain() throws IOException, AutomationException
getDomain
in interface IGpDescribeField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDomain(String name) throws IOException, AutomationException
setDomain
in interface IGpDescribeField
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getEditable() throws IOException, AutomationException
getEditable
in interface IGpDescribeField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEditable(String editable) throws IOException, AutomationException
setEditable
in interface IGpDescribeField
editable
- The editable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getIsNullable() throws IOException, AutomationException
getIsNullable
in interface IGpDescribeField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsNullable(String isNullable) throws IOException, AutomationException
setIsNullable
in interface IGpDescribeField
isNullable
- The isNullable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRequired() throws IOException, AutomationException
getRequired
in interface IGpDescribeField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRequired(String required) throws IOException, AutomationException
setRequired
in interface IGpDescribeField
required
- The required (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLength() throws IOException, AutomationException
getLength
in interface IGpDescribeField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLength(int length) throws IOException, AutomationException
setLength
in interface IGpDescribeField
length
- The length (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPrecision() throws IOException, AutomationException
getPrecision
in interface IGpDescribeField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrecision(int precision) throws IOException, AutomationException
setPrecision
in interface IGpDescribeField
precision
- The precision (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getScale() throws IOException, AutomationException
getScale
in interface IGpDescribeField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setScale(int scale) throws IOException, AutomationException
setScale
in interface IGpDescribeField
scale
- The scale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getType() throws IOException, AutomationException
getType
in interface IGpDescribeField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(String type) throws IOException, AutomationException
setType
in interface IGpDescribeField
type
- The type (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setField(IField field) throws IOException, AutomationException
setField
in interface IGpDescribeField
field
- A reference to a com.esri.arcgis.geodatabase.IField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IField getField() throws IOException, AutomationException
getField
in interface IGpDescribeField
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPosition(int pos) throws IOException, AutomationException
setPosition
in interface IGpDescribeField
pos
- The pos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPosition() throws IOException, AutomationException
getPosition
in interface IGpDescribeField
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 |