public interface IXMLFlags
extends java.io.Serializable
Description: 'Provides access to members that control XML flags.' 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 |
IID647f4c09_3699_4868_a74c_108122a968dc |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Number of flags.
|
boolean |
getFlag(java.lang.String name)
Indicates whether XML flag is set.
|
java.lang.String |
getFlagName(int index)
Flag name by index.
|
boolean |
isFlagValue(int index)
Indicates whether the flag has value by index.
|
void |
setFlag(java.lang.String name,
boolean flagValue)
Writes a flag value.
|
static final int IID647f4c09_3699_4868_a74c_108122a968dc
static final int xxDummy
static final java.lang.String IID
void setFlag(java.lang.String name, boolean flagValue) throws java.io.IOException, AutomationException
name
- The name (in)flagValue
- The flagValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean getFlag(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFlagName(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isFlagValue(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.