com.esri.arcgis.server
Interface IRole

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRoleProxy, Role

public interface IRole
extends java.io.Serializable

COM Interface 'IRole'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Interface that represents a role in the role store.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDca90af27_e384_4e25_9f75_0b33f8f6148b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          Returns the role description.
 java.lang.String getRolename()
          Returns the role name.
 void setDescription(java.lang.String description)
          Sets the role description.
 void setRolename(java.lang.String rolename)
          Sets the role name.
 

Field Detail

IIDca90af27_e384_4e25_9f75_0b33f8f6148b

static final int IIDca90af27_e384_4e25_9f75_0b33f8f6148b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setRolename

void setRolename(java.lang.String rolename)
                 throws java.io.IOException,
                        AutomationException
Sets the role name.

Parameters:
rolename - The rolename (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRolename

java.lang.String getRolename()
                             throws java.io.IOException,
                                    AutomationException
Returns the role name.

Returns:
The rolename
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(java.lang.String description)
                    throws java.io.IOException,
                           AutomationException
Sets the role description.

Parameters:
description - The description (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Returns the role description.

Returns:
The description
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.