| Package | Description |
|---|---|
| org.apache.openejb.jee.oejb2 |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClassFilterType |
EnvironmentType.hiddenClasses |
protected ClassFilterType |
EnvironmentType.nonOverridableClasses |
protected ClassFilterType |
EnvironmentType.privateClasses |
| Modifier and Type | Method and Description |
|---|---|
ClassFilterType |
ObjectFactory.createClassFilterType()
Create an instance of
ClassFilterType |
ClassFilterType |
EnvironmentType.getHiddenClasses()
Gets the value of the hiddenClasses property.
|
ClassFilterType |
EnvironmentType.getNonOverridableClasses()
Gets the value of the nonOverridableClasses property.
|
ClassFilterType |
EnvironmentType.getPrivateClasses()
Gets the value of the privateClasses property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentType.setHiddenClasses(ClassFilterType value)
Sets the value of the hiddenClasses property.
|
void |
EnvironmentType.setNonOverridableClasses(ClassFilterType value)
Sets the value of the nonOverridableClasses property.
|
void |
EnvironmentType.setPrivateClasses(ClassFilterType value)
Sets the value of the privateClasses property.
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.