com.esri.arcgis.geodatabase
Interface IStringDomain

All Superinterfaces:
Serializable
All Known Implementing Classes:
IStringDomainProxy

public interface IStringDomain
extends Serializable

Provides access to members that return and modify string domain values.

Description

The IStringDomain interface is not currently supported.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getFormat()
          The format for the associated string attribute.
 void setFormat(String format)
          The format for the associated string attribute.
 

Method Detail

getFormat

String getFormat()
                 throws IOException,
                        AutomationException
The format for the associated string attribute.

Description

The Format property returns or sets the format that members of this domain must adhere to in order to be considered valid.

Remarks

This property returns the valid string format associated with the string domain.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setFormat

void setFormat(String format)
               throws IOException,
                      AutomationException
The format for the associated string attribute.

Description

Format property sets the format that members of this domain must adhere to in order to be considered valid.

Remarks

This property sets the valid format string associated with the string domain.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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