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

org.nasdanika.models.architecture.ArchitectureElement Maven / Gradle / Ivy

The newest version!
/**
 */
package org.nasdanika.models.architecture;

import org.nasdanika.ncore.DocumentedNamedElement;
import org.nasdanika.ncore.Period;

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

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.architecture.ArchitectureElement#getIcon Icon}
  • *
* * @see org.nasdanika.models.architecture.ArchitecturePackage#getArchitectureElement() * @model * @generated */ public interface ArchitectureElement extends DocumentedNamedElement, Period { /** * Returns the value of the 'Icon' attribute. * * * @return the value of the 'Icon' attribute. * @see #setIcon(String) * @see org.nasdanika.models.architecture.ArchitecturePackage#getArchitectureElement_Icon() * @model * @generated */ String getIcon(); /** * Sets the value of the '{@link org.nasdanika.models.architecture.ArchitectureElement#getIcon Icon}' attribute. * * * @param value the new value of the 'Icon' attribute. * @see #getIcon() * @generated */ void setIcon(String value); } // ArchitectureElement




© 2015 - 2024 Weber Informatics LLC | Privacy Policy