Uses of Class
com.ibm.team.fvt.tests.clm.pages.clm.ClmLicensingConstants.RtcLicenseArea

Packages that use ClmLicensingConstants.RtcLicenseArea
com.ibm.team.fvt.tests.clm.config   
com.ibm.team.fvt.tests.clm.pages.clm   
 

Uses of ClmLicensingConstants.RtcLicenseArea in com.ibm.team.fvt.tests.clm.config
 

Methods in com.ibm.team.fvt.tests.clm.config with parameters of type ClmLicensingConstants.RtcLicenseArea
 boolean ClmUser.hasRtcReadAccess(ClmLicensingConstants.RtcLicenseArea area)
          Tells whether the current license gives RTC read access.
 boolean ClmUser.hasRtcWriteAccess(ClmLicensingConstants.RtcLicenseArea area)
          Tells whether the current license gives RTC write access.
 

Uses of ClmLicensingConstants.RtcLicenseArea in com.ibm.team.fvt.tests.clm.pages.clm
 

Methods in com.ibm.team.fvt.tests.clm.pages.clm that return ClmLicensingConstants.RtcLicenseArea
static ClmLicensingConstants.RtcLicenseArea ClmLicensingConstants.RtcLicenseArea.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClmLicensingConstants.RtcLicenseArea[] ClmLicensingConstants.RtcLicenseArea.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ibm.team.fvt.tests.clm.pages.clm with parameters of type ClmLicensingConstants.RtcLicenseArea
 boolean ClmClientAccessLicense.hasRtcReadAccess(ClmLicensingConstants.RtcLicenseArea area)
          Tells whether the current license gives RTC read access.
 boolean ClmClientAccessLicense.hasRtcWriteAccess(ClmLicensingConstants.RtcLicenseArea area)
          Tells whether the current license gives RTC write access.