Uses of Enum Class
org.wikirate4j.utils.LicenseType
Packages that use LicenseType
-
Uses of LicenseType in org.wikirate4j.utils
Subclasses with type arguments of type LicenseType in org.wikirate4j.utilsMethods in org.wikirate4j.utils that return LicenseTypeModifier and TypeMethodDescriptionstatic LicenseTypeLicenseType.getLicenseType(String license_type) static LicenseTypeReturns the enum constant of this class with the specified name.static LicenseType[]LicenseType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LicenseType in org.wikirate4j.utils.queries
Methods in org.wikirate4j.utils.queries with parameters of type LicenseTypeModifier and TypeMethodDescriptionAnswerQuery.license(LicenseType license) DatasetQuery.license(LicenseType license) MetricQuery.license(LicenseType license)