| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLFlags
Provides access to members that control XML flags.
| Method Summary | |
|---|---|
|  int | getCount()Number of flags. | 
|  boolean | getFlag(String name)Indicates whether XML flag is set. | 
|  String | getFlagName(int index)Flag name by index. | 
|  boolean | isFlagValue(int index)Indicates whether the flag has value by index. | 
|  void | setFlag(String name,
        boolean flagValue)Writes a flag value. | 
| Method Detail | 
|---|
void setFlag(String name,
             boolean flagValue)
             throws IOException,
                    AutomationException
name - The name  (in)flagValue - The flagValue  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean getFlag(String name)
                throws IOException,
                       AutomationException
name - The name  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
             throws IOException,
                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFlagName(int index)
                   throws IOException,
                          AutomationException
index - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFlagValue(int index)
                    throws IOException,
                           AutomationException
index - The index  (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 | ||||||||