Class Parameter

java.lang.Object
org.eclipse.epsilon.flexmi.templates.Parameter

public class Parameter extends Object
  • Field Details

    • name

      protected String name
    • value

      protected String value
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)