Class ProcessParameter

java.lang.Object
org.eclipse.cdt.core.templateengine.process.ProcessParameter

public class ProcessParameter extends Object
ProcessParameter is responsible for construting the Process Parameter the given configuration element.
  • Field Details

  • Constructor Details

    • ProcessParameter

      public ProcessParameter(org.eclipse.core.runtime.IConfigurationElement element)
      Constructor to extract the parameter info.
      Parameters:
      element -
  • Method Details

    • getName

      public String getName()
      Return the Element name.
    • getType

      public byte getType()
      Returns the Element Type.
    • getComplexChildren

      public ProcessParameter[] getComplexChildren()
      Returns:
      the complexChildren
    • isExternal

      public boolean isExternal()
      Checks whether the element in external.
    • isNullable

      public boolean isNullable()
      Returns:
      the nullable