Uses of Class
org.apache.rat.api.domain.RatLicenseFamily
-
Packages that use RatLicenseFamily Package Description org.apache.rat.api.domain -
-
Uses of RatLicenseFamily in org.apache.rat.api.domain
Methods in org.apache.rat.api.domain that return RatLicenseFamily Modifier and Type Method Description static RatLicenseFamily
RatLicenseFamily. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RatLicenseFamily[]
RatLicenseFamily. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-