Uses of Class
org.apache.openejb.jee.was.v6.ecore.EOperation

Packages that use EOperation
org.apache.openejb.jee.was.v6.ecore Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.openejb.jee.was.v6.java Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EOperation in org.apache.openejb.jee.was.v6.ecore
 

Fields in org.apache.openejb.jee.was.v6.ecore with type parameters of type EOperation
protected  java.util.List<EOperation> EClass.eOperations
           
 

Methods in org.apache.openejb.jee.was.v6.ecore that return EOperation
 EOperation ObjectFactory.createEOperation()
          Create an instance of EOperation
 

Methods in org.apache.openejb.jee.was.v6.ecore that return types with arguments of type EOperation
 javax.xml.bind.JAXBElement<EOperation> ObjectFactory.createEOperation(EOperation value)
          Create an instance of JAXBElement<EOperation >
 java.util.List<EOperation> EClass.getEOperations()
          Gets the value of the eOperations property.
 

Methods in org.apache.openejb.jee.was.v6.ecore with parameters of type EOperation
 javax.xml.bind.JAXBElement<EOperation> ObjectFactory.createEOperation(EOperation value)
          Create an instance of JAXBElement<EOperation >
 

Uses of EOperation in org.apache.openejb.jee.was.v6.java
 

Subclasses of EOperation in org.apache.openejb.jee.was.v6.java
 class Method
           Java class for Method complex type.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.