|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSANameDomain
Provides access to The IGPSANameDomain Domain.
Method Summary | |
---|---|
int |
getMaxLength()
MaxLength. |
boolean |
isAlphaNumericOnly()
AlphaNumeric (+ Underscore) Only. |
void |
setAlphaNumericOnly(boolean alphaNumericOnly)
AlphaNumeric (+ Underscore) Only. |
void |
setMaxLength(int maxLength)
MaxLength. |
boolean |
validateValue(String value)
Validate value. |
Method Detail |
---|
void setMaxLength(int maxLength) throws IOException, AutomationException
maxLength
- The maxLength (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxLength() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlphaNumericOnly(boolean alphaNumericOnly) throws IOException, AutomationException
alphaNumericOnly
- The alphaNumericOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAlphaNumericOnly() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean validateValue(String value) throws IOException, AutomationException
value
- The value (in)
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 |