|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpDescribeField
Provides access to the properties of a Geoprocessing Field Description object.
Method Summary | |
---|---|
String |
getAliasName()
Alias name of the field description. |
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. |
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. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAliasName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAliasName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDomain() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDomain(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getEditable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEditable(String editable) throws IOException, AutomationException
editable
- The editable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getIsNullable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsNullable(String isNullable) throws IOException, AutomationException
isNullable
- The isNullable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRequired() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRequired(String required) throws IOException, AutomationException
required
- The required (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLength() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLength(int length) throws IOException, AutomationException
length
- The length (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPrecision() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrecision(int precision) throws IOException, AutomationException
precision
- The precision (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScale(int scale) throws IOException, AutomationException
scale
- The scale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(String type) throws IOException, AutomationException
type
- The type (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setField(IField field) throws IOException, AutomationException
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.IField getField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPosition(int pos) throws IOException, AutomationException
pos
- The pos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPosition() throws IOException, AutomationException
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 |