Class TemplateCategory
- java.lang.Object
-
- org.eclipse.cdt.core.templateengine.TemplateCategory
-
public class TemplateCategory extends Object
- Since:
- 5.4
-
-
Constructor Summary
Constructors Constructor Description TemplateCategory(String id, String label, List<String> parentCategoryIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getLabel()
List<String>
getParentCategoryIds()
-