|
|||||||||
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
COM Class 'GpDescribeField'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'Geoprocessing DescribeField object.' 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 |
---|
Constructor Summary | |
---|---|
GpDescribeField()
Constructs a GpDescribeField using ArcGIS Engine. |
|
GpDescribeField(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GpDescribeField theGpDescribeField = (GpDescribeField) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getAliasName()
Alias name of the field description. |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getDomain()
Domain of the field description. |
java.lang.String |
getEditable()
Indicates whether the field is editable. |
IField |
getField()
Get the initial field value. |
java.lang.String |
getIsNullable()
Indicates whether the field supports NULL values. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getLength()
The length of the field. |
java.lang.String |
getName()
Name of the field description. |
int |
getPosition()
Set the field position. |
int |
getPrecision()
The precision of the field. |
java.lang.String |
getRequired()
Indicates whether the field is required. |
int |
getScale()
The scale of the field. |
java.lang.String |
getType()
The data type of the field. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a GpDescribeField. |
void |
setAliasName(java.lang.String name)
Alias name of the field description. |
void |
setDomain(java.lang.String name)
Domain of the field description. |
void |
setEditable(java.lang.String editable)
Indicates whether the field is editable. |
void |
setField(IField field)
Set the initial field value. |
void |
setIsNullable(java.lang.String isNullable)
Indicates whether the field supports NULL values. |
void |
setLength(int length)
The length of the field. |
void |
setName(java.lang.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(java.lang.String required)
Indicates whether the field is required. |
void |
setScale(int scale)
The scale of the field. |
void |
setType(java.lang.String type)
The data type of the field. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GpDescribeField() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GpDescribeField(java.lang.Object obj) throws java.io.IOException
GpDescribeField theGpDescribeField = (GpDescribeField) obj;
obj
to GpDescribeField
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IGpDescribeField
java.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 IGpDescribeField
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAliasName() throws java.io.IOException, AutomationException
getAliasName
in interface IGpDescribeField
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAliasName(java.lang.String name) throws java.io.IOException, AutomationException
setAliasName
in interface IGpDescribeField
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDomain() throws java.io.IOException, AutomationException
getDomain
in interface IGpDescribeField
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDomain(java.lang.String name) throws java.io.IOException, AutomationException
setDomain
in interface IGpDescribeField
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getEditable() throws java.io.IOException, AutomationException
getEditable
in interface IGpDescribeField
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEditable(java.lang.String editable) throws java.io.IOException, AutomationException
setEditable
in interface IGpDescribeField
editable
- The editable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getIsNullable() throws java.io.IOException, AutomationException
getIsNullable
in interface IGpDescribeField
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsNullable(java.lang.String isNullable) throws java.io.IOException, AutomationException
setIsNullable
in interface IGpDescribeField
isNullable
- The isNullable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRequired() throws java.io.IOException, AutomationException
getRequired
in interface IGpDescribeField
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRequired(java.lang.String required) throws java.io.IOException, AutomationException
setRequired
in interface IGpDescribeField
required
- The required (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLength() throws java.io.IOException, AutomationException
getLength
in interface IGpDescribeField
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLength(int length) throws java.io.IOException, AutomationException
setLength
in interface IGpDescribeField
length
- The length (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPrecision() throws java.io.IOException, AutomationException
getPrecision
in interface IGpDescribeField
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrecision(int precision) throws java.io.IOException, AutomationException
setPrecision
in interface IGpDescribeField
precision
- The precision (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getScale() throws java.io.IOException, AutomationException
getScale
in interface IGpDescribeField
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setScale(int scale) throws java.io.IOException, AutomationException
setScale
in interface IGpDescribeField
scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getType() throws java.io.IOException, AutomationException
getType
in interface IGpDescribeField
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(java.lang.String type) throws java.io.IOException, AutomationException
setType
in interface IGpDescribeField
type
- The type (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setField(IField field) throws java.io.IOException, AutomationException
setField
in interface IGpDescribeField
field
- A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IField getField() throws java.io.IOException, AutomationException
getField
in interface IGpDescribeField
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPosition(int pos) throws java.io.IOException, AutomationException
setPosition
in interface IGpDescribeField
pos
- The pos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPosition() throws java.io.IOException, AutomationException
getPosition
in interface IGpDescribeField
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 |