|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRole
Interface that represents a role in the role store.
Method Summary | |
---|---|
String |
getDescription()
Returns the role description. |
String |
getRolename()
Returns the role name. |
void |
setDescription(String description)
Sets the role description. |
void |
setRolename(String rolename)
Sets the role name. |
Method Detail |
---|
void setRolename(String rolename) throws IOException, AutomationException
rolename
- The rolename (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRolename() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String description) throws IOException, AutomationException
description
- The description (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
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 |