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

org.nasdanika.html.model.components.ComponentsPackage Maven / Gradle / Ivy

The newest version!
/**
 */
package org.nasdanika.html.model.components;

import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;

import org.nasdanika.html.model.bootstrap.BootstrapPackage;

import org.nasdanika.ncore.NcorePackage;

/**
 * 
 * The Package for the model.
 * It contains accessors for the meta objects to represent
 * 
    *
  • each class,
  • *
  • each feature of each class,
  • *
  • each operation of each class,
  • *
  • each enum,
  • *
  • and each data type
  • *
* * * Miscellaneous components. * * @see org.nasdanika.html.model.components.ComponentsFactory * @model kind="package" * @generated */ public interface ComponentsPackage extends EPackage { /** * The package name. * * * @generated */ String eNAME = "components"; /** * The package namespace URI. * * * @generated */ String eNS_URI = "urn:org.nasdanika.html.model.components"; /** * The package namespace name. * * * @generated */ String eNS_PREFIX = "org.nasdanika.html.model.components"; /** * The singleton instance of the package. * * * @generated */ ComponentsPackage eINSTANCE = org.nasdanika.html.model.components.impl.ComponentsPackageImpl.init(); /** * The meta object id for the '{@link org.nasdanika.html.model.components.impl.TableOfContentsBaseImpl Table Of Contents Base}' class. * * * @see org.nasdanika.html.model.components.impl.TableOfContentsBaseImpl * @see org.nasdanika.html.model.components.impl.ComponentsPackageImpl#getTableOfContentsBase() * @generated */ int TABLE_OF_CONTENTS_BASE = 0; /** * The feature id for the 'Title' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS_BASE__TITLE = BootstrapPackage.BOOTSTRAP_ELEMENT__TITLE; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS_BASE__DESCRIPTION = BootstrapPackage.BOOTSTRAP_ELEMENT__DESCRIPTION; /** * The feature id for the 'Appearance' containment reference. * * * @generated * @ordered */ int TABLE_OF_CONTENTS_BASE__APPEARANCE = BootstrapPackage.BOOTSTRAP_ELEMENT__APPEARANCE; /** * The feature id for the 'Header' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS_BASE__HEADER = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Role' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS_BASE__ROLE = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 1; /** * The feature id for the 'Depth' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS_BASE__DEPTH = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 2; /** * The number of structural features of the 'Table Of Contents Base' class. * * * @generated * @ordered */ int TABLE_OF_CONTENTS_BASE_FEATURE_COUNT = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 3; /** * The number of operations of the 'Table Of Contents Base' class. * * * @generated * @ordered */ int TABLE_OF_CONTENTS_BASE_OPERATION_COUNT = BootstrapPackage.BOOTSTRAP_ELEMENT_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.nasdanika.html.model.components.impl.TableOfContentsImpl Table Of Contents}' class. * * * @see org.nasdanika.html.model.components.impl.TableOfContentsImpl * @see org.nasdanika.html.model.components.impl.ComponentsPackageImpl#getTableOfContents() * @generated */ int TABLE_OF_CONTENTS = 1; /** * The feature id for the 'Title' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__TITLE = TABLE_OF_CONTENTS_BASE__TITLE; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__DESCRIPTION = TABLE_OF_CONTENTS_BASE__DESCRIPTION; /** * The feature id for the 'Appearance' containment reference. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__APPEARANCE = TABLE_OF_CONTENTS_BASE__APPEARANCE; /** * The feature id for the 'Header' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__HEADER = TABLE_OF_CONTENTS_BASE__HEADER; /** * The feature id for the 'Role' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__ROLE = TABLE_OF_CONTENTS_BASE__ROLE; /** * The feature id for the 'Depth' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__DEPTH = TABLE_OF_CONTENTS_BASE__DEPTH; /** * The feature id for the 'Dark' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__DARK = TABLE_OF_CONTENTS_BASE_FEATURE_COUNT + 0; /** * The feature id for the 'Striped' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__STRIPED = TABLE_OF_CONTENTS_BASE_FEATURE_COUNT + 1; /** * The feature id for the 'Bordered' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__BORDERED = TABLE_OF_CONTENTS_BASE_FEATURE_COUNT + 2; /** * The feature id for the 'Borderless' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__BORDERLESS = TABLE_OF_CONTENTS_BASE_FEATURE_COUNT + 3; /** * The feature id for the 'Hover' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__HOVER = TABLE_OF_CONTENTS_BASE_FEATURE_COUNT + 4; /** * The feature id for the 'Small' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__SMALL = TABLE_OF_CONTENTS_BASE_FEATURE_COUNT + 5; /** * The feature id for the 'Descriptions' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__DESCRIPTIONS = TABLE_OF_CONTENTS_BASE_FEATURE_COUNT + 6; /** * The feature id for the 'Tooltips' attribute. * * * @generated * @ordered */ int TABLE_OF_CONTENTS__TOOLTIPS = TABLE_OF_CONTENTS_BASE_FEATURE_COUNT + 7; /** * The number of structural features of the 'Table Of Contents' class. * * * @generated * @ordered */ int TABLE_OF_CONTENTS_FEATURE_COUNT = TABLE_OF_CONTENTS_BASE_FEATURE_COUNT + 8; /** * The number of operations of the 'Table Of Contents' class. * * * @generated * @ordered */ int TABLE_OF_CONTENTS_OPERATION_COUNT = TABLE_OF_CONTENTS_BASE_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.nasdanika.html.model.components.impl.ListOfContentsImpl List Of Contents}' class. * * * @see org.nasdanika.html.model.components.impl.ListOfContentsImpl * @see org.nasdanika.html.model.components.impl.ComponentsPackageImpl#getListOfContents() * @generated */ int LIST_OF_CONTENTS = 2; /** * The feature id for the 'Title' attribute. * * * @generated * @ordered */ int LIST_OF_CONTENTS__TITLE = TABLE_OF_CONTENTS_BASE__TITLE; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int LIST_OF_CONTENTS__DESCRIPTION = TABLE_OF_CONTENTS_BASE__DESCRIPTION; /** * The feature id for the 'Appearance' containment reference. * * * @generated * @ordered */ int LIST_OF_CONTENTS__APPEARANCE = TABLE_OF_CONTENTS_BASE__APPEARANCE; /** * The feature id for the 'Header' attribute. * * * @generated * @ordered */ int LIST_OF_CONTENTS__HEADER = TABLE_OF_CONTENTS_BASE__HEADER; /** * The feature id for the 'Role' attribute. * * * @generated * @ordered */ int LIST_OF_CONTENTS__ROLE = TABLE_OF_CONTENTS_BASE__ROLE; /** * The feature id for the 'Depth' attribute. * * * @generated * @ordered */ int LIST_OF_CONTENTS__DEPTH = TABLE_OF_CONTENTS_BASE__DEPTH; /** * The feature id for the 'Ordering' attribute. * * * @generated * @ordered */ int LIST_OF_CONTENTS__ORDERING = TABLE_OF_CONTENTS_BASE_FEATURE_COUNT + 0; /** * The feature id for the 'Tooltips' attribute. * * * @generated * @ordered */ int LIST_OF_CONTENTS__TOOLTIPS = TABLE_OF_CONTENTS_BASE_FEATURE_COUNT + 1; /** * The number of structural features of the 'List Of Contents' class. * * * @generated * @ordered */ int LIST_OF_CONTENTS_FEATURE_COUNT = TABLE_OF_CONTENTS_BASE_FEATURE_COUNT + 2; /** * The number of operations of the 'List Of Contents' class. * * * @generated * @ordered */ int LIST_OF_CONTENTS_OPERATION_COUNT = TABLE_OF_CONTENTS_BASE_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.nasdanika.html.model.components.impl.TextToSpeechImpl Text To Speech}' class. * * * @see org.nasdanika.html.model.components.impl.TextToSpeechImpl * @see org.nasdanika.html.model.components.impl.ComponentsPackageImpl#getTextToSpeech() * @generated */ int TEXT_TO_SPEECH = 3; /** * The feature id for the 'Title' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH__TITLE = NcorePackage.MODEL_ELEMENT__TITLE; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH__DESCRIPTION = NcorePackage.MODEL_ELEMENT__DESCRIPTION; /** * The feature id for the 'Language' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH__LANGUAGE = NcorePackage.MODEL_ELEMENT_FEATURE_COUNT + 0; /** * The feature id for the 'Voice' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH__VOICE = NcorePackage.MODEL_ELEMENT_FEATURE_COUNT + 1; /** * The feature id for the 'Format' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH__FORMAT = NcorePackage.MODEL_ELEMENT_FEATURE_COUNT + 2; /** * The feature id for the 'Interpolate' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH__INTERPOLATE = NcorePackage.MODEL_ELEMENT_FEATURE_COUNT + 3; /** * The feature id for the 'Appearance' containment reference. * * * @generated * @ordered */ int TEXT_TO_SPEECH__APPEARANCE = NcorePackage.MODEL_ELEMENT_FEATURE_COUNT + 4; /** * The feature id for the 'Path' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH__PATH = NcorePackage.MODEL_ELEMENT_FEATURE_COUNT + 5; /** * The feature id for the 'Embed' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH__EMBED = NcorePackage.MODEL_ELEMENT_FEATURE_COUNT + 6; /** * The number of structural features of the 'Text To Speech' class. * * * @generated * @ordered */ int TEXT_TO_SPEECH_FEATURE_COUNT = NcorePackage.MODEL_ELEMENT_FEATURE_COUNT + 7; /** * The number of operations of the 'Text To Speech' class. * * * @generated * @ordered */ int TEXT_TO_SPEECH_OPERATION_COUNT = NcorePackage.MODEL_ELEMENT_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.nasdanika.html.model.components.impl.TextToSpeechTextImpl Text To Speech Text}' class. * * * @see org.nasdanika.html.model.components.impl.TextToSpeechTextImpl * @see org.nasdanika.html.model.components.impl.ComponentsPackageImpl#getTextToSpeechText() * @generated */ int TEXT_TO_SPEECH_TEXT = 4; /** * The feature id for the 'Title' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_TEXT__TITLE = TEXT_TO_SPEECH__TITLE; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_TEXT__DESCRIPTION = TEXT_TO_SPEECH__DESCRIPTION; /** * The feature id for the 'Language' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_TEXT__LANGUAGE = TEXT_TO_SPEECH__LANGUAGE; /** * The feature id for the 'Voice' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_TEXT__VOICE = TEXT_TO_SPEECH__VOICE; /** * The feature id for the 'Format' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_TEXT__FORMAT = TEXT_TO_SPEECH__FORMAT; /** * The feature id for the 'Interpolate' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_TEXT__INTERPOLATE = TEXT_TO_SPEECH__INTERPOLATE; /** * The feature id for the 'Appearance' containment reference. * * * @generated * @ordered */ int TEXT_TO_SPEECH_TEXT__APPEARANCE = TEXT_TO_SPEECH__APPEARANCE; /** * The feature id for the 'Path' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_TEXT__PATH = TEXT_TO_SPEECH__PATH; /** * The feature id for the 'Embed' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_TEXT__EMBED = TEXT_TO_SPEECH__EMBED; /** * The feature id for the 'Text' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_TEXT__TEXT = TEXT_TO_SPEECH_FEATURE_COUNT + 0; /** * The number of structural features of the 'Text To Speech Text' class. * * * @generated * @ordered */ int TEXT_TO_SPEECH_TEXT_FEATURE_COUNT = TEXT_TO_SPEECH_FEATURE_COUNT + 1; /** * The number of operations of the 'Text To Speech Text' class. * * * @generated * @ordered */ int TEXT_TO_SPEECH_TEXT_OPERATION_COUNT = TEXT_TO_SPEECH_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.nasdanika.html.model.components.impl.TextToSpeechResourceImpl Text To Speech Resource}' class. * * * @see org.nasdanika.html.model.components.impl.TextToSpeechResourceImpl * @see org.nasdanika.html.model.components.impl.ComponentsPackageImpl#getTextToSpeechResource() * @generated */ int TEXT_TO_SPEECH_RESOURCE = 5; /** * The feature id for the 'Title' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_RESOURCE__TITLE = TEXT_TO_SPEECH__TITLE; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_RESOURCE__DESCRIPTION = TEXT_TO_SPEECH__DESCRIPTION; /** * The feature id for the 'Language' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_RESOURCE__LANGUAGE = TEXT_TO_SPEECH__LANGUAGE; /** * The feature id for the 'Voice' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_RESOURCE__VOICE = TEXT_TO_SPEECH__VOICE; /** * The feature id for the 'Format' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_RESOURCE__FORMAT = TEXT_TO_SPEECH__FORMAT; /** * The feature id for the 'Interpolate' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_RESOURCE__INTERPOLATE = TEXT_TO_SPEECH__INTERPOLATE; /** * The feature id for the 'Appearance' containment reference. * * * @generated * @ordered */ int TEXT_TO_SPEECH_RESOURCE__APPEARANCE = TEXT_TO_SPEECH__APPEARANCE; /** * The feature id for the 'Path' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_RESOURCE__PATH = TEXT_TO_SPEECH__PATH; /** * The feature id for the 'Embed' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_RESOURCE__EMBED = TEXT_TO_SPEECH__EMBED; /** * The feature id for the 'Location' attribute. * * * @generated * @ordered */ int TEXT_TO_SPEECH_RESOURCE__LOCATION = TEXT_TO_SPEECH_FEATURE_COUNT + 0; /** * The number of structural features of the 'Text To Speech Resource' class. * * * @generated * @ordered */ int TEXT_TO_SPEECH_RESOURCE_FEATURE_COUNT = TEXT_TO_SPEECH_FEATURE_COUNT + 1; /** * The number of operations of the 'Text To Speech Resource' class. * * * @generated * @ordered */ int TEXT_TO_SPEECH_RESOURCE_OPERATION_COUNT = TEXT_TO_SPEECH_OPERATION_COUNT + 0; /** * Returns the meta object for class '{@link org.nasdanika.html.model.components.TableOfContentsBase Table Of Contents Base}'. * * * @return the meta object for class 'Table Of Contents Base'. * @see org.nasdanika.html.model.components.TableOfContentsBase * @generated */ EClass getTableOfContentsBase(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TableOfContentsBase#getHeader Header}'. * * * @return the meta object for the attribute 'Header'. * @see org.nasdanika.html.model.components.TableOfContentsBase#getHeader() * @see #getTableOfContentsBase() * @generated */ EAttribute getTableOfContentsBase_Header(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TableOfContentsBase#getRole Role}'. * * * @return the meta object for the attribute 'Role'. * @see org.nasdanika.html.model.components.TableOfContentsBase#getRole() * @see #getTableOfContentsBase() * @generated */ EAttribute getTableOfContentsBase_Role(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TableOfContentsBase#getDepth Depth}'. * * * @return the meta object for the attribute 'Depth'. * @see org.nasdanika.html.model.components.TableOfContentsBase#getDepth() * @see #getTableOfContentsBase() * @generated */ EAttribute getTableOfContentsBase_Depth(); /** * Returns the meta object for class '{@link org.nasdanika.html.model.components.TableOfContents Table Of Contents}'. * * * @return the meta object for class 'Table Of Contents'. * @see org.nasdanika.html.model.components.TableOfContents * @generated */ EClass getTableOfContents(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TableOfContents#isDescriptions Descriptions}'. * * * @return the meta object for the attribute 'Descriptions'. * @see org.nasdanika.html.model.components.TableOfContents#isDescriptions() * @see #getTableOfContents() * @generated */ EAttribute getTableOfContents_Descriptions(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TableOfContents#isTooltips Tooltips}'. * * * @return the meta object for the attribute 'Tooltips'. * @see org.nasdanika.html.model.components.TableOfContents#isTooltips() * @see #getTableOfContents() * @generated */ EAttribute getTableOfContents_Tooltips(); /** * Returns the meta object for class '{@link org.nasdanika.html.model.components.ListOfContents List Of Contents}'. * * * @return the meta object for class 'List Of Contents'. * @see org.nasdanika.html.model.components.ListOfContents * @generated */ EClass getListOfContents(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.ListOfContents#getOrdering Ordering}'. * * * @return the meta object for the attribute 'Ordering'. * @see org.nasdanika.html.model.components.ListOfContents#getOrdering() * @see #getListOfContents() * @generated */ EAttribute getListOfContents_Ordering(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.ListOfContents#isTooltips Tooltips}'. * * * @return the meta object for the attribute 'Tooltips'. * @see org.nasdanika.html.model.components.ListOfContents#isTooltips() * @see #getListOfContents() * @generated */ EAttribute getListOfContents_Tooltips(); /** * Returns the meta object for class '{@link org.nasdanika.html.model.components.TextToSpeech Text To Speech}'. * * * @return the meta object for class 'Text To Speech'. * @see org.nasdanika.html.model.components.TextToSpeech * @generated */ EClass getTextToSpeech(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TextToSpeech#getLanguage Language}'. * * * @return the meta object for the attribute 'Language'. * @see org.nasdanika.html.model.components.TextToSpeech#getLanguage() * @see #getTextToSpeech() * @generated */ EAttribute getTextToSpeech_Language(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TextToSpeech#getVoice Voice}'. * * * @return the meta object for the attribute 'Voice'. * @see org.nasdanika.html.model.components.TextToSpeech#getVoice() * @see #getTextToSpeech() * @generated */ EAttribute getTextToSpeech_Voice(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TextToSpeech#getFormat Format}'. * * * @return the meta object for the attribute 'Format'. * @see org.nasdanika.html.model.components.TextToSpeech#getFormat() * @see #getTextToSpeech() * @generated */ EAttribute getTextToSpeech_Format(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TextToSpeech#isInterpolate Interpolate}'. * * * @return the meta object for the attribute 'Interpolate'. * @see org.nasdanika.html.model.components.TextToSpeech#isInterpolate() * @see #getTextToSpeech() * @generated */ EAttribute getTextToSpeech_Interpolate(); /** * Returns the meta object for the containment reference '{@link org.nasdanika.html.model.components.TextToSpeech#getAppearance Appearance}'. * * * @return the meta object for the containment reference 'Appearance'. * @see org.nasdanika.html.model.components.TextToSpeech#getAppearance() * @see #getTextToSpeech() * @generated */ EReference getTextToSpeech_Appearance(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TextToSpeech#getPath Path}'. * * * @return the meta object for the attribute 'Path'. * @see org.nasdanika.html.model.components.TextToSpeech#getPath() * @see #getTextToSpeech() * @generated */ EAttribute getTextToSpeech_Path(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TextToSpeech#isEmbed Embed}'. * * * @return the meta object for the attribute 'Embed'. * @see org.nasdanika.html.model.components.TextToSpeech#isEmbed() * @see #getTextToSpeech() * @generated */ EAttribute getTextToSpeech_Embed(); /** * Returns the meta object for class '{@link org.nasdanika.html.model.components.TextToSpeechText Text To Speech Text}'. * * * @return the meta object for class 'Text To Speech Text'. * @see org.nasdanika.html.model.components.TextToSpeechText * @generated */ EClass getTextToSpeechText(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TextToSpeechText#getText Text}'. * * * @return the meta object for the attribute 'Text'. * @see org.nasdanika.html.model.components.TextToSpeechText#getText() * @see #getTextToSpeechText() * @generated */ EAttribute getTextToSpeechText_Text(); /** * Returns the meta object for class '{@link org.nasdanika.html.model.components.TextToSpeechResource Text To Speech Resource}'. * * * @return the meta object for class 'Text To Speech Resource'. * @see org.nasdanika.html.model.components.TextToSpeechResource * @generated */ EClass getTextToSpeechResource(); /** * Returns the meta object for the attribute '{@link org.nasdanika.html.model.components.TextToSpeechResource#getLocation Location}'. * * * @return the meta object for the attribute 'Location'. * @see org.nasdanika.html.model.components.TextToSpeechResource#getLocation() * @see #getTextToSpeechResource() * @generated */ EAttribute getTextToSpeechResource_Location(); /** * Returns the factory that creates the instances of the model. * * * @return the factory that creates the instances of the model. * @generated */ ComponentsFactory getComponentsFactory(); /** * * Defines literals for the meta objects that represent *
    *
  • each class,
  • *
  • each feature of each class,
  • *
  • each operation of each class,
  • *
  • each enum,
  • *
  • and each data type
  • *
* * @generated */ interface Literals { /** * The meta object literal for the '{@link org.nasdanika.html.model.components.impl.TableOfContentsBaseImpl Table Of Contents Base}' class. * * * @see org.nasdanika.html.model.components.impl.TableOfContentsBaseImpl * @see org.nasdanika.html.model.components.impl.ComponentsPackageImpl#getTableOfContentsBase() * @generated */ EClass TABLE_OF_CONTENTS_BASE = eINSTANCE.getTableOfContentsBase(); /** * The meta object literal for the 'Header' attribute feature. * * * @generated */ EAttribute TABLE_OF_CONTENTS_BASE__HEADER = eINSTANCE.getTableOfContentsBase_Header(); /** * The meta object literal for the 'Role' attribute feature. * * * @generated */ EAttribute TABLE_OF_CONTENTS_BASE__ROLE = eINSTANCE.getTableOfContentsBase_Role(); /** * The meta object literal for the 'Depth' attribute feature. * * * @generated */ EAttribute TABLE_OF_CONTENTS_BASE__DEPTH = eINSTANCE.getTableOfContentsBase_Depth(); /** * The meta object literal for the '{@link org.nasdanika.html.model.components.impl.TableOfContentsImpl Table Of Contents}' class. * * * @see org.nasdanika.html.model.components.impl.TableOfContentsImpl * @see org.nasdanika.html.model.components.impl.ComponentsPackageImpl#getTableOfContents() * @generated */ EClass TABLE_OF_CONTENTS = eINSTANCE.getTableOfContents(); /** * The meta object literal for the 'Descriptions' attribute feature. * * * @generated */ EAttribute TABLE_OF_CONTENTS__DESCRIPTIONS = eINSTANCE.getTableOfContents_Descriptions(); /** * The meta object literal for the 'Tooltips' attribute feature. * * * @generated */ EAttribute TABLE_OF_CONTENTS__TOOLTIPS = eINSTANCE.getTableOfContents_Tooltips(); /** * The meta object literal for the '{@link org.nasdanika.html.model.components.impl.ListOfContentsImpl List Of Contents}' class. * * * @see org.nasdanika.html.model.components.impl.ListOfContentsImpl * @see org.nasdanika.html.model.components.impl.ComponentsPackageImpl#getListOfContents() * @generated */ EClass LIST_OF_CONTENTS = eINSTANCE.getListOfContents(); /** * The meta object literal for the 'Ordering' attribute feature. * * * @generated */ EAttribute LIST_OF_CONTENTS__ORDERING = eINSTANCE.getListOfContents_Ordering(); /** * The meta object literal for the 'Tooltips' attribute feature. * * * @generated */ EAttribute LIST_OF_CONTENTS__TOOLTIPS = eINSTANCE.getListOfContents_Tooltips(); /** * The meta object literal for the '{@link org.nasdanika.html.model.components.impl.TextToSpeechImpl Text To Speech}' class. * * * @see org.nasdanika.html.model.components.impl.TextToSpeechImpl * @see org.nasdanika.html.model.components.impl.ComponentsPackageImpl#getTextToSpeech() * @generated */ EClass TEXT_TO_SPEECH = eINSTANCE.getTextToSpeech(); /** * The meta object literal for the 'Language' attribute feature. * * * @generated */ EAttribute TEXT_TO_SPEECH__LANGUAGE = eINSTANCE.getTextToSpeech_Language(); /** * The meta object literal for the 'Voice' attribute feature. * * * @generated */ EAttribute TEXT_TO_SPEECH__VOICE = eINSTANCE.getTextToSpeech_Voice(); /** * The meta object literal for the 'Format' attribute feature. * * * @generated */ EAttribute TEXT_TO_SPEECH__FORMAT = eINSTANCE.getTextToSpeech_Format(); /** * The meta object literal for the 'Interpolate' attribute feature. * * * @generated */ EAttribute TEXT_TO_SPEECH__INTERPOLATE = eINSTANCE.getTextToSpeech_Interpolate(); /** * The meta object literal for the 'Appearance' containment reference feature. * * * @generated */ EReference TEXT_TO_SPEECH__APPEARANCE = eINSTANCE.getTextToSpeech_Appearance(); /** * The meta object literal for the 'Path' attribute feature. * * * @generated */ EAttribute TEXT_TO_SPEECH__PATH = eINSTANCE.getTextToSpeech_Path(); /** * The meta object literal for the 'Embed' attribute feature. * * * @generated */ EAttribute TEXT_TO_SPEECH__EMBED = eINSTANCE.getTextToSpeech_Embed(); /** * The meta object literal for the '{@link org.nasdanika.html.model.components.impl.TextToSpeechTextImpl Text To Speech Text}' class. * * * @see org.nasdanika.html.model.components.impl.TextToSpeechTextImpl * @see org.nasdanika.html.model.components.impl.ComponentsPackageImpl#getTextToSpeechText() * @generated */ EClass TEXT_TO_SPEECH_TEXT = eINSTANCE.getTextToSpeechText(); /** * The meta object literal for the 'Text' attribute feature. * * * @generated */ EAttribute TEXT_TO_SPEECH_TEXT__TEXT = eINSTANCE.getTextToSpeechText_Text(); /** * The meta object literal for the '{@link org.nasdanika.html.model.components.impl.TextToSpeechResourceImpl Text To Speech Resource}' class. * * * @see org.nasdanika.html.model.components.impl.TextToSpeechResourceImpl * @see org.nasdanika.html.model.components.impl.ComponentsPackageImpl#getTextToSpeechResource() * @generated */ EClass TEXT_TO_SPEECH_RESOURCE = eINSTANCE.getTextToSpeechResource(); /** * The meta object literal for the 'Location' attribute feature. * * * @generated */ EAttribute TEXT_TO_SPEECH_RESOURCE__LOCATION = eINSTANCE.getTextToSpeechResource_Location(); } } //ComponentsPackage




© 2015 - 2025 Weber Informatics LLC | Privacy Policy