Class ProcessParameter


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

      • ProcessParameter

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

      • 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