public interface ICodedValueDomain3 extends ICodedValueDomain2, java.io.Serializable
Description: 'Provides access to methods that alter a code description in the 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf6973e2f_9140_4338_a4fb_6948c580e429 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID057e88c6_0e61_426e_b4bb_d192c481cf1fIIDfcb6bf33_475d_11d2_9932_0000f80372b4| Modifier and Type | Method and Description |
|---|---|
void |
alterCodedValueDescription(java.lang.Object value,
java.lang.String newDescription)
Alters the description for the specified code.
|
sortByName, sortByValueaddCode, deleteCode, getCodeCount, getName, getValuestatic final int IIDf6973e2f_9140_4338_a4fb_6948c580e429
static final int xxDummy
static final java.lang.String IID
void alterCodedValueDescription(java.lang.Object value,
java.lang.String newDescription)
throws java.io.IOException,
AutomationException
value - A Variant (in)newDescription - The newDescription (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.