org.nasdanika.models.pdf.Word Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.pdf;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Word'.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.models.pdf.Word#getText Text}
*
*
* @see org.nasdanika.models.pdf.PdfPackage#getWord()
* @model
* @generated
*/
public interface Word extends EObject {
/**
* Returns the value of the 'Text' attribute.
*
*
* @return the value of the 'Text' attribute.
* @see #setText(String)
* @see org.nasdanika.models.pdf.PdfPackage#getWord_Text()
* @model
* @generated
*/
String getText();
/**
* Sets the value of the '{@link org.nasdanika.models.pdf.Word#getText Text}' attribute.
*
*
* @param value the new value of the 'Text' attribute.
* @see #getText()
* @generated
*/
void setText(String value);
} // Word
© 2015 - 2025 Weber Informatics LLC | Privacy Policy