Uses of Class
org.apache.openejb.jee.oejb2.DependenciesType
-
Packages that use DependenciesType Package Description org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of DependenciesType in org.apache.openejb.jee.oejb2
Fields in org.apache.openejb.jee.oejb2 declared as DependenciesType Modifier and Type Field Description protected DependenciesTypeEnvironmentType. dependenciesMethods in org.apache.openejb.jee.oejb2 that return DependenciesType Modifier and Type Method Description DependenciesTypeObjectFactory. createDependenciesType()Create an instance ofDependenciesTypeDependenciesTypeEnvironmentType. getDependencies()Gets the value of the dependencies property.Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type DependenciesType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DependenciesType>ObjectFactory. createDependencies(DependenciesType value)Methods in org.apache.openejb.jee.oejb2 with parameters of type DependenciesType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DependenciesType>ObjectFactory. createDependencies(DependenciesType value)voidEnvironmentType. setDependencies(DependenciesType value)Sets the value of the dependencies property.
-