|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportType | |
---|---|
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 | |
---|---|
protected ImportType |
DependencyType._import
|
Methods in org.apache.openejb.jee.oejb2 that return ImportType | |
---|---|
static ImportType |
ImportType.fromValue(String v)
|
ImportType |
DependencyType.getImport()
Gets the value of the import property. |
static ImportType |
ImportType.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 | |
---|---|
void |
DependencyType.setImport(ImportType value)
Sets the value of the import property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |