public interface ITemplate
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfTemplateParameters()
Returns the number of template parameters
|
String[] |
getTemplateArguments()
Returns the template arguments in a printable format.
|
String[] |
getTemplateParameterTypes()
Returns the template parameter types.
|
String |
getTemplateSignature()
Returns the template signature
The signature depends on the type of template.
|
String[] getTemplateParameterTypes()
String[] getTemplateArguments()
String getTemplateSignature() throws CModelException
CModelException
int getNumberOfTemplateParameters()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.