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

sculptormetamodel.NamedElement Maven / Gradle / Ivy

/**
 */
package sculptormetamodel;

import org.eclipse.emf.ecore.EObject;

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

* The following features are supported: *

    *
  • {@link sculptormetamodel.NamedElement#getName Name}
  • *
  • {@link sculptormetamodel.NamedElement#getDoc Doc}
  • *
  • {@link sculptormetamodel.NamedElement#getHint Hint}
  • *
*

* * @see sculptormetamodel.SculptormetamodelPackage#getNamedElement() * @model abstract="true" * @generated */ public interface NamedElement extends EObject { /** * Returns the value of the 'Name' attribute. * *

* If the meaning of the 'Name' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Name' attribute. * @see #setName(String) * @see sculptormetamodel.SculptormetamodelPackage#getNamedElement_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link sculptormetamodel.NamedElement#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Doc' attribute. * *

* If the meaning of the 'Doc' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Doc' attribute. * @see #setDoc(String) * @see sculptormetamodel.SculptormetamodelPackage#getNamedElement_Doc() * @model * @generated */ String getDoc(); /** * Sets the value of the '{@link sculptormetamodel.NamedElement#getDoc Doc}' attribute. * * * @param value the new value of the 'Doc' attribute. * @see #getDoc() * @generated */ void setDoc(String value); /** * Returns the value of the 'Hint' attribute. * *

* If the meaning of the 'Hint' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Hint' attribute. * @see #setHint(String) * @see sculptormetamodel.SculptormetamodelPackage#getNamedElement_Hint() * @model * @generated */ String getHint(); /** * Sets the value of the '{@link sculptormetamodel.NamedElement#getHint Hint}' attribute. * * * @param value the new value of the 'Hint' attribute. * @see #getHint() * @generated */ void setHint(String value); } // NamedElement




© 2015 - 2025 Weber Informatics LLC | Privacy Policy