Class LicenseCategory
-
- All Implemented Interfaces:
public final class LicenseCategoryA category where licenses can be assigned to. The assignment is expressed via a LicenseCategorization. Categories do not have any specific semantic, but users are free to define their own set of categories.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Stringdescription
-
Constructor Summary
Constructors Constructor Description LicenseCategory(String name, String description)
-
Method Summary
Modifier and Type Method Description final StringgetName()The name of this LicenseCategory. final StringgetDescription()A description for this LicenseCategory. -
-
Method Detail
-
getName
final String getName()
The name of this LicenseCategory. The name can be chosen freely, but must be unique over all categories.
-
getDescription
final String getDescription()
A description for this LicenseCategory.
-
-
-
-