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

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

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

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

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.java.Package#getName Name}
  • *
* * @see org.nasdanika.models.java.JavaPackage#getPackage() * @model * @generated */ public interface Package extends Source { /** * Returns the value of the 'Name' attribute. * * * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.nasdanika.models.java.JavaPackage#getPackage_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.nasdanika.models.java.Package#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); } // Package




© 2015 - 2024 Weber Informatics LLC | Privacy Policy