-
public final class CategoryDefinition.Type extends CategoryDefinition
-
-
Field Summary
Fields Modifier and Type Field Description private CategoryTypecategoryType
-
Constructor Summary
Constructors Constructor Description Type(CategoryType categoryType)
-
Method Summary
Modifier and Type Method Description final CategoryTypecomponent1()final CategoryDefinition.Typecopy(CategoryType categoryType)final CategoryTypegetCategoryType()final UnitsetCategoryType(CategoryType categoryType)-
-
Constructor Detail
-
Type
Type(CategoryType categoryType)
- Parameters:
categoryType- The type of categories this challenge tracks
-
-
Method Detail
-
component1
final CategoryType component1()
-
copy
final CategoryDefinition.Type copy(CategoryType categoryType)
- Parameters:
categoryType- The type of categories this challenge tracks
-
getCategoryType
final CategoryType getCategoryType()
-
setCategoryType
final Unit setCategoryType(CategoryType categoryType)
- Parameters:
categoryType- The type of categories this challenge tracks
-
-
-
-