com.esri.arcgis.spatialanalyst
Interface IGPSANameDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPSANameDomain, IGPSANameDomainProxy

public interface IGPSANameDomain
extends java.io.Serializable

COM Interface 'IGPSANameDomain'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to The IGPSANameDomain Domain.' 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 IID37f89628_70e3_47f3_a2a1_54fc16da1c34
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getMaxLength()
          MaxLength.
 boolean isAlphaNumericOnly()
          AlphaNumeric (+ Underscore) Only.
 void setAlphaNumericOnly(boolean alphaNumericOnly)
          AlphaNumeric (+ Underscore) Only.
 void setMaxLength(int maxLength)
          MaxLength.
 boolean validateValue(java.lang.String value)
          Validate value.
 

Field Detail

IID37f89628_70e3_47f3_a2a1_54fc16da1c34

static final int IID37f89628_70e3_47f3_a2a1_54fc16da1c34
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

setMaxLength

void setMaxLength(int maxLength)
                  throws java.io.IOException,
                         AutomationException
MaxLength.

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

getMaxLength

int getMaxLength()
                 throws java.io.IOException,
                        AutomationException
MaxLength.

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

setAlphaNumericOnly

void setAlphaNumericOnly(boolean alphaNumericOnly)
                         throws java.io.IOException,
                                AutomationException
AlphaNumeric (+ Underscore) Only.

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

isAlphaNumericOnly

boolean isAlphaNumericOnly()
                           throws java.io.IOException,
                                  AutomationException
AlphaNumeric (+ Underscore) Only.

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

validateValue

boolean validateValue(java.lang.String value)
                      throws java.io.IOException,
                             AutomationException
Validate value.

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