Examples of EObjectContainmentEList


Examples of org.eclipse.emf.ecore.util.EObjectContainmentEList

   */
  public EList getEImports()
  {
    if (eImports == null)
    {
      eImports = new EObjectContainmentEList(Import.class, this, WSDLPackage.DEFINITION__EIMPORTS);
    }
    return eImports;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectContainmentEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getTagDecorateInfos() {
    if (tagDecorateInfos == null) {
      tagDecorateInfos = new EObjectContainmentEList(TagDecorateInfo.class, this, DTInfoPackage.DT_INFO__TAG_DECORATE_INFOS);
    }
    return tagDecorateInfos;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectContainmentEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getParameters() {
    if (parameters == null) {
      parameters = new EObjectContainmentEList(Parameter.class, this, DTInfoPackage.OPERATION__PARAMETERS);
    }
    return parameters;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectContainmentEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getOperations() {
    if (operations == null) {
      operations = new EObjectContainmentEList(Operation.class, this, DTInfoPackage.OPERATION__OPERATIONS);
    }
    return operations;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectContainmentEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getOperations() {
    if (operations == null) {
      operations = new EObjectContainmentEList(Operation.class, this, DTInfoPackage.TAG_CONVERT_INFO__OPERATIONS);
    }
    return operations;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectContainmentEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getInfos() {
    if (infos == null) {
      infos = new EObjectContainmentEList(PaletteInfo.class, this, PaletteInfosPackage.PALETTE_INFOS__INFOS);
    }
    return infos;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectContainmentEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getAttributes() {
    if (attributes == null) {
      attributes = new EObjectContainmentEList(TagCreationAttribute.class, this, PaletteInfosPackage.TAG_CREATION_INFO__ATTRIBUTES);
    }
    return attributes;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectContainmentEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getJSFLibraries() {
    if (jsfLibraries == null) {
      jsfLibraries = new EObjectContainmentEList(JSFLibrary.class, this, JSFLibraryRegistryPackage.JSF_LIBRARY_REGISTRY__JSF_LIBRARIES);
    }
    return jsfLibraries;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectContainmentEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getPluginProvidedJSFLibraries() {
    if (pluginProvidedJSFLibraries == null) {
      pluginProvidedJSFLibraries = new EObjectContainmentEList(PluginProvidedJSFLibrary.class, this, JSFLibraryRegistryPackage.JSF_LIBRARY_REGISTRY__PLUGIN_PROVIDED_JSF_LIBRARIES);
    }
    return pluginProvidedJSFLibraries;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectContainmentEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getTapestryLibraries() {
    if (jsfLibraries == null) {
      jsfLibraries = new EObjectContainmentEList(TapestryLibrary.class, this, TapestryLibraryRegistryPackage.JSF_LIBRARY_REGISTRY__JSF_LIBRARIES);
    }
    return jsfLibraries;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.