|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.server.Role
public class Role
| Constructor Summary | |
|---|---|
Role()
Constructs a Role using ArcGIS Engine. |
|
Role(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. Role theRole = (Role) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getDescription()
Returns the role description. |
String |
getRolename()
Returns the role name. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
setDescription(String description)
Sets the role description. |
void |
setRolename(String rolename)
Sets the role name. |
| 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 Role()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public Role(Object obj)
throws IOException
Role theRole = (Role) obj;
obj to Role.
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 interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRolename(String rolename)
throws IOException,
AutomationException
setRolename in interface IRolerolename - The rolename (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getRolename()
throws IOException,
AutomationException
getRolename in interface IRoleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(String description)
throws IOException,
AutomationException
setDescription in interface IRoledescription - The description (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
throws IOException,
AutomationException
getDescription in interface IRoleIOException - 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 | ||||||||