Examples of EObjectContainmentEList


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

   */
  public EList getEBindingOperations()
  {
    if (eBindingOperations == null)
    {
      eBindingOperations = new EObjectContainmentEList(BindingOperation.class, this, WSDLPackage.BINDING__EBINDING_OPERATIONS);
    }
    return eBindingOperations;
  }
View Full Code Here

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

   */
  public EList getEExtensibilityElements()
  {
    if (eExtensibilityElements == null)
    {
      eExtensibilityElements = new EObjectContainmentEList(ExtensibilityElement.class, this, MIMEPackage.MIME_PART__EEXTENSIBILITY_ELEMENTS);
    }
    return eExtensibilityElements;
  }
View Full Code Here

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

   */
  public EList getEMIMEPart()
  {
    if (eMIMEPart == null)
    {
      eMIMEPart = new EObjectContainmentEList(MIMEPart.class, this, MIMEPackage.MIME_MULTIPART_RELATED__EMIME_PART);
    }
    return eMIMEPart;
  }
View Full Code Here

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

   */
  public EList getChildren()
  {
    if (children == null)
    {
      children = new EObjectContainmentEList(UnknownExtensibilityElement.class, this, WSDLPackage.UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN);
    }
    return children;
  }
View Full Code Here

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

   */
  public EList getEOperations()
  {
    if (eOperations == null)
    {
      eOperations = new EObjectContainmentEList(Operation.class, this, WSDLPackage.PORT_TYPE__EOPERATIONS);
    }
    return eOperations;
  }
View Full Code Here

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

   */
  public EList getEMessages()
  {
    if (eMessages == null)
    {
      eMessages = new EObjectContainmentEList(Message.class, this, WSDLPackage.DEFINITION__EMESSAGES);
    }
    return eMessages;
  }
View Full Code Here

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

   */
  public EList getEPortTypes()
  {
    if (ePortTypes == null)
    {
      ePortTypes = new EObjectContainmentEList(PortType.class, this, WSDLPackage.DEFINITION__EPORT_TYPES);
    }
    return ePortTypes;
  }
View Full Code Here

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

   */
  public EList getEBindings()
  {
    if (eBindings == null)
    {
      eBindings = new EObjectContainmentEList(Binding.class, this, WSDLPackage.DEFINITION__EBINDINGS);
    }
    return eBindings;
  }
View Full Code Here

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

   */
  public EList getEServices()
  {
    if (eServices == null)
    {
      eServices = new EObjectContainmentEList(Service.class, this, WSDLPackage.DEFINITION__ESERVICES);
    }
    return eServices;
  }
View Full Code Here

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

   */
  public EList getENamespaces()
  {
    if (eNamespaces == null)
    {
      eNamespaces = new EObjectContainmentEList(Namespace.class, this, WSDLPackage.DEFINITION__ENAMESPACES);
    }
    return eNamespaces;
  }
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.