Uses of Class
org.apache.openejb.jee.bval.ParameterType
-
Packages that use ParameterType Package Description org.apache.openejb.jee.bval Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ParameterType in org.apache.openejb.jee.bval
Fields in org.apache.openejb.jee.bval with type parameters of type ParameterType Modifier and Type Field Description protected List<ParameterType>ConstructorType. parameterprotected List<ParameterType>MethodType. parameterMethods in org.apache.openejb.jee.bval that return ParameterType Modifier and Type Method Description ParameterTypeObjectFactory. createParameterType()Create an instance ofParameterTypeMethods in org.apache.openejb.jee.bval that return types with arguments of type ParameterType Modifier and Type Method Description List<ParameterType>ConstructorType. getParameter()Gets the value of the parameter property.List<ParameterType>MethodType. getParameter()Gets the value of the parameter property.
-