Package org.applause.lang.applauseDsl

Examples of org.applause.lang.applauseDsl.Parameter


   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetInputParameter(Parameter newInputParameter, NotificationChain msgs)
  {
    Parameter oldInputParameter = inputParameter;
    inputParameter = newInputParameter;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ApplauseDslPackage.SCREEN__INPUT_PARAMETER, oldInputParameter, newInputParameter);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here


   * <!-- end-user-doc -->
   * @generated
   */
  public void setBodycontents(Parameter newBodycontents)
  {
    Parameter oldBodycontents = bodycontents;
    bodycontents = newBodycontents;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, ApplauseDslPackage.DATA_SOURCE_BODY_SPECIFICATION__BODYCONTENTS, oldBodycontents, bodycontents));
  }
View Full Code Here

      }
      if (_resourceType != null) {
        _elvis = _resourceType;
      } else {
        Screen _screen = this.screen(ctx);
        Parameter _inputParameter = _screen.getInputParameter();
        Type _type = _inputParameter.getType();
        _elvis = ObjectExtensions.<Type>operator_elvis(_resourceType, _type);
      }
      final Type type = _elvis;
      Object _attributesScope = this.attributesScope(type);
      _xblockexpression = (_attributesScope);
View Full Code Here

      Type _type = _head.getType();
      if (_type != null) {
        _elvis = _type;
      } else {
        Screen _screen = this.screen(ctx);
        Parameter _inputParameter = _screen.getInputParameter();
        Type _type_1 = _inputParameter.getType();
        _elvis = ObjectExtensions.<Type>operator_elvis(_type, _type_1);
      }
      final Type type = _elvis;
      Object _attributesScope = this.attributesScope(type);
      _xblockexpression = (_attributesScope);
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public void setParameterReference(Parameter newParameterReference)
  {
    Parameter oldParameterReference = parameterReference;
    parameterReference = newParameterReference;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, ApplauseDslPackage.VARIABLE__PARAMETER_REFERENCE, oldParameterReference, parameterReference));
  }
View Full Code Here

TOP

Related Classes of org.applause.lang.applauseDsl.Parameter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.