Uses of Class
org.apache.openejb.jee.oejb2.ImportType
-
Packages that use ImportType Package Description org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ImportType in org.apache.openejb.jee.oejb2
Fields in org.apache.openejb.jee.oejb2 declared as ImportType Modifier and Type Field Description protected ImportTypeDependencyType. _importMethods in org.apache.openejb.jee.oejb2 that return ImportType Modifier and Type Method Description static ImportTypeImportType. fromValue(String v)ImportTypeDependencyType. getImport()Gets the value of the import property.static ImportTypeImportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportType[]ImportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee.oejb2 with parameters of type ImportType Modifier and Type Method Description voidDependencyType. setImport(ImportType value)Sets the value of the import property.
-