Class ParameterConfiguration

java.lang.Object
org.eclipse.epsilon.common.dt.launching.tabs.ParameterConfiguration

public class ParameterConfiguration extends Object
  • Field Details

    • name

      protected String name
    • value

      protected String value
    • type

      protected String type
  • Constructor Details

    • ParameterConfiguration

      public ParameterConfiguration()
    • ParameterConfiguration

      public ParameterConfiguration(StringProperties properties)
    • ParameterConfiguration

      public ParameterConfiguration(String name, String value, String type)
  • Method Details

    • toStringProperties

      public StringProperties toStringProperties()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getEolType

      public EolType getEolType()
    • getCastedValue

      public Object getCastedValue()