Carbide.c++

com.nokia.carbide.templatewizard.process
Interface IParameter


public interface IParameter

Represents a parameter specified as a <parameter> child element of a <process> element in a template xml file.
An instance of this is created for each <parameter> element, and a list of these is passed as an argument to IProcess#process(com.nokia.carbide.template.engine.ITemplate, java.util.List, org.eclipse.core.runtime.IProgressMonitor) at its execution.


Method Summary
 java.lang.String getAttributeValue(java.lang.String name)
           
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
the name attribute of this parameter

getAttributeValue

java.lang.String getAttributeValue(java.lang.String name)
Parameters:
name -
Returns:
the value of this attribute

Carbide.c++