Package com.jamasoftware.velocity.api
Interface UserLicenseType
-
public interface UserLicenseType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canSaveTestRun(UserLicenseType licenseType)
java.lang.String
getCode()
boolean
getIsReviewer()
java.lang.String
getLabel()
java.lang.String
getName()
boolean
isFloating(UserLicenseType licenseType)
boolean
isLimitedPermissionLicense(UserLicenseType licenseType)
boolean
isReviewer(UserLicenseType licenseType)
-
-
-
Method Detail
-
getCode
java.lang.String getCode()
-
getLabel
java.lang.String getLabel()
-
getName
java.lang.String getName()
-
getIsReviewer
boolean getIsReviewer()
-
isReviewer
boolean isReviewer(UserLicenseType licenseType)
-
isLimitedPermissionLicense
boolean isLimitedPermissionLicense(UserLicenseType licenseType)
-
isFloating
boolean isFloating(UserLicenseType licenseType)
-
canSaveTestRun
boolean canSaveTestRun(UserLicenseType licenseType)
-
-