|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.system.XMLFlags
public class XMLFlags
A collection of XML flags.
| Constructor Summary | |
|---|---|
XMLFlags()
Constructs a XMLFlags using ArcGIS Engine. |
|
XMLFlags(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. XMLFlags theXMLFlags = (XMLFlags) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getCount()
Number of flags. |
boolean |
getFlag(String name)
Indicates whether XML flag is set. |
String |
getFlagName(int index)
Flag name by index. |
int |
hashCode()
the hashcode for this object |
boolean |
isFlagValue(int index)
Indicates whether the flag has value by index. |
void |
setFlag(String name,
boolean flagValue)
Writes a flag value. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public XMLFlags()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public XMLFlags(Object obj)
throws IOException
XMLFlags theXMLFlags = (XMLFlags) obj;
obj to XMLFlags.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setFlag(String name,
boolean flagValue)
throws IOException,
AutomationException
setFlag in interface IXMLFlagsname - The name (in)flagValue - The flagValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean getFlag(String name)
throws IOException,
AutomationException
getFlag in interface IXMLFlagsname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws IOException,
AutomationException
getCount in interface IXMLFlagsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFlagName(int index)
throws IOException,
AutomationException
getFlagName in interface IXMLFlagsindex - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFlagValue(int index)
throws IOException,
AutomationException
isFlagValue in interface IXMLFlagsindex - 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 | ||||||||