com.esri.arcgis.geodatabase
Interface IStreetNameFields

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IStreetNameFields2
All Known Implementing Classes:
IStreetNameFields2Proxy, IStreetNameFieldsProxy, StreetNameFields

public interface IStreetNameFields
extends java.io.Serializable

COM Interface 'IStreetNameFields'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to a container for describing the street name fields used in generating driving directions.' 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 IID
          Deprecated. Internal use only
static int IIDa69522da_5c7e_439d_bb91_60cc70ff7fc0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getPrefixDirectionFieldName()
          The field name used for prefix direction.
 java.lang.String getPrefixTypeFieldName()
          The field name used for prefix type.
 int getPriority()
          The priority for when these street name fields are used.
 java.lang.String getStreetNameFieldName()
          The field name used for street name.
 java.lang.String getSuffixDirectionFieldName()
          The field name used for suffix direction.
 java.lang.String getSuffixTypeFieldName()
          The field name used for suffix type.
 void setPrefixDirectionFieldName(java.lang.String name)
          The field name used for prefix direction.
 void setPrefixTypeFieldName(java.lang.String name)
          The field name used for prefix type.
 void setPriority(int priority)
          The priority for when these street name fields are used.
 void setStreetNameFieldName(java.lang.String name)
          The field name used for street name.
 void setSuffixDirectionFieldName(java.lang.String name)
          The field name used for suffix direction.
 void setSuffixTypeFieldName(java.lang.String name)
          The field name used for suffix type.
 

Field Detail

IIDa69522da_5c7e_439d_bb91_60cc70ff7fc0

static final int IIDa69522da_5c7e_439d_bb91_60cc70ff7fc0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPrefixDirectionFieldName

java.lang.String getPrefixDirectionFieldName()
                                             throws java.io.IOException,
                                                    AutomationException
The field name used for prefix direction.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrefixDirectionFieldName

void setPrefixDirectionFieldName(java.lang.String name)
                                 throws java.io.IOException,
                                        AutomationException
The field name used for prefix direction.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPrefixTypeFieldName

java.lang.String getPrefixTypeFieldName()
                                        throws java.io.IOException,
                                               AutomationException
The field name used for prefix type.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrefixTypeFieldName

void setPrefixTypeFieldName(java.lang.String name)
                            throws java.io.IOException,
                                   AutomationException
The field name used for prefix type.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStreetNameFieldName

java.lang.String getStreetNameFieldName()
                                        throws java.io.IOException,
                                               AutomationException
The field name used for street name.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStreetNameFieldName

void setStreetNameFieldName(java.lang.String name)
                            throws java.io.IOException,
                                   AutomationException
The field name used for street name.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSuffixTypeFieldName

java.lang.String getSuffixTypeFieldName()
                                        throws java.io.IOException,
                                               AutomationException
The field name used for suffix type.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSuffixTypeFieldName

void setSuffixTypeFieldName(java.lang.String name)
                            throws java.io.IOException,
                                   AutomationException
The field name used for suffix type.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSuffixDirectionFieldName

java.lang.String getSuffixDirectionFieldName()
                                             throws java.io.IOException,
                                                    AutomationException
The field name used for suffix direction.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSuffixDirectionFieldName

void setSuffixDirectionFieldName(java.lang.String name)
                                 throws java.io.IOException,
                                        AutomationException
The field name used for suffix direction.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPriority

int getPriority()
                throws java.io.IOException,
                       AutomationException
The priority for when these street name fields are used.

Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPriority

void setPriority(int priority)
                 throws java.io.IOException,
                        AutomationException
The priority for when these street name fields are used.

Parameters:
priority - The priority (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.