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

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

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

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

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

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.java.Member#getModifiers Modifiers}
  • *
  • {@link org.nasdanika.models.java.Member#getReferencedTypes Referenced Types}
  • *
* * @see org.nasdanika.models.java.JavaPackage#getMember() * @model abstract="true" * @generated */ public interface Member extends NamedElement { /** * 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#getMember_Modifiers() * @model * @generated */ EList getModifiers(); /** * Returns the value of the 'Referenced Types' containment reference list. * The list contents are of type {@link org.nasdanika.models.java.GenericType}. * * * * All types referenced by this member including types refernced from code * * @return the value of the 'Referenced Types' containment reference list. * @see org.nasdanika.models.java.JavaPackage#getMember_ReferencedTypes() * @model containment="true" * @generated */ EList getReferencedTypes(); } // Member




© 2015 - 2024 Weber Informatics LLC | Privacy Policy