All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nasdanika.models.java.Parameter Maven / Gradle / Ivy

/**
 */
package org.nasdanika.models.java;

import org.eclipse.emf.common.util.EList;


/**
 * 
 * A representation of the model object 'Parameter'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.java.Parameter#isVarArg Var Arg}
  • *
  • {@link org.nasdanika.models.java.Parameter#getModifiers Modifiers}
  • *
* * @see org.nasdanika.models.java.JavaPackage#getParameter() * @model * @generated */ public interface Parameter extends TypedElement { /** * Returns the value of the 'Var Arg' attribute. * * * @return the value of the 'Var Arg' attribute. * @see #setVarArg(boolean) * @see org.nasdanika.models.java.JavaPackage#getParameter_VarArg() * @model * @generated */ boolean isVarArg(); /** * Sets the value of the '{@link org.nasdanika.models.java.Parameter#isVarArg Var Arg}' attribute. * * * @param value the new value of the 'Var Arg' attribute. * @see #isVarArg() * @generated */ void setVarArg(boolean value); /** * Returns the value of the 'Modifiers' attribute list. * The list contents are of type {@link java.lang.String}. * * * @return the value of the 'Modifiers' attribute list. * @see org.nasdanika.models.java.JavaPackage#getParameter_Modifiers() * @model * @generated */ EList getModifiers(); } // Parameter




© 2015 - 2024 Weber Informatics LLC | Privacy Policy