|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpDescribeField
COM Interface 'IGpDescribeField'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties of a Geoprocessing Field Description 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 | |
---|---|
static java.lang.String |
DISPID_1_GET_NAME
|
static java.lang.String |
DISPID_1_PUT_NAME
|
static java.lang.String |
DISPID_10_GET_NAME
|
static java.lang.String |
DISPID_10_PUT_NAME
|
static java.lang.String |
DISPID_11_GET_NAME
|
static java.lang.String |
DISPID_11_PUT_NAME
|
static java.lang.String |
DISPID_12_NAME
|
static java.lang.String |
DISPID_13_NAME
|
static java.lang.String |
DISPID_14_GET_NAME
|
static java.lang.String |
DISPID_14_PUT_NAME
|
static java.lang.String |
DISPID_2_GET_NAME
|
static java.lang.String |
DISPID_2_PUT_NAME
|
static java.lang.String |
DISPID_3_GET_NAME
|
static java.lang.String |
DISPID_3_PUT_NAME
|
static java.lang.String |
DISPID_4_GET_NAME
|
static java.lang.String |
DISPID_4_PUT_NAME
|
static java.lang.String |
DISPID_6_GET_NAME
|
static java.lang.String |
DISPID_6_PUT_NAME
|
static java.lang.String |
DISPID_7_GET_NAME
|
static java.lang.String |
DISPID_7_PUT_NAME
|
static java.lang.String |
DISPID_8_GET_NAME
|
static java.lang.String |
DISPID_8_PUT_NAME
|
static java.lang.String |
DISPID_9_GET_NAME
|
static java.lang.String |
DISPID_9_PUT_NAME
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID95c402e9_4fe5_4eb5_9ecb_bd009bc4b039
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getAliasName()
Alias name of the field description. |
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. |
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. |
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. |
Field Detail |
---|
static final int IID95c402e9_4fe5_4eb5_9ecb_bd009bc4b039
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_1_GET_NAME
static final java.lang.String DISPID_1_PUT_NAME
static final java.lang.String DISPID_2_GET_NAME
static final java.lang.String DISPID_2_PUT_NAME
static final java.lang.String DISPID_3_GET_NAME
static final java.lang.String DISPID_3_PUT_NAME
static final java.lang.String DISPID_4_GET_NAME
static final java.lang.String DISPID_4_PUT_NAME
static final java.lang.String DISPID_6_GET_NAME
static final java.lang.String DISPID_6_PUT_NAME
static final java.lang.String DISPID_7_GET_NAME
static final java.lang.String DISPID_7_PUT_NAME
static final java.lang.String DISPID_8_GET_NAME
static final java.lang.String DISPID_8_PUT_NAME
static final java.lang.String DISPID_9_GET_NAME
static final java.lang.String DISPID_9_PUT_NAME
static final java.lang.String DISPID_10_GET_NAME
static final java.lang.String DISPID_10_PUT_NAME
static final java.lang.String DISPID_11_GET_NAME
static final java.lang.String DISPID_11_PUT_NAME
static final java.lang.String DISPID_12_NAME
static final java.lang.String DISPID_13_NAME
static final java.lang.String DISPID_14_PUT_NAME
static final java.lang.String DISPID_14_GET_NAME
Method Detail |
---|
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getAliasName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAliasName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDomain() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDomain(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getEditable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEditable(java.lang.String editable) throws java.io.IOException, AutomationException
editable
- The editable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getIsNullable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsNullable(java.lang.String isNullable) throws java.io.IOException, AutomationException
isNullable
- The isNullable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getRequired() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRequired(java.lang.String required) throws java.io.IOException, AutomationException
required
- The required (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLength() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLength(int length) throws java.io.IOException, AutomationException
length
- The length (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPrecision() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrecision(int precision) throws java.io.IOException, AutomationException
precision
- The precision (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScale(int scale) throws java.io.IOException, AutomationException
scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(java.lang.String type) throws java.io.IOException, AutomationException
type
- The type (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setField(IField field) throws java.io.IOException, AutomationException
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.IField getField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPosition(int pos) throws java.io.IOException, AutomationException
pos
- The pos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPosition() throws java.io.IOException, AutomationException
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 |