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

Packages that use EParameter
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 EParameter in org.apache.openejb.jee.was.v6.ecore
 

Fields in org.apache.openejb.jee.was.v6.ecore with type parameters of type EParameter
protected  List<EParameter> EOperation.eParameters
           
 

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

Methods in org.apache.openejb.jee.was.v6.ecore that return types with arguments of type EParameter
 javax.xml.bind.JAXBElement<EParameter> ObjectFactory.createEParameter(EParameter value)
          Create an instance of JAXBElement<EParameter >
 List<EParameter> EOperation.getEParameters()
          Gets the value of the eParameters property.
 

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

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

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



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