| Package | Description |
|---|---|
| oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
| oracle.jbo.script | |
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Method and Description |
|---|---|
ExprDef.Visibility |
ExpressionDef.getVisibility() |
| Modifier and Type | Method and Description |
|---|---|
ExprDef.Visibility |
ExprDef.getVisibility()
The visibility of the expression.
|
ExprDef.Visibility |
AbstractExprDef.getVisibility() |
static ExprDef.Visibility |
ExprDef.Visibility.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExprDef.Visibility[] |
ExprDef.Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExprDef.Visibility |
OperationDefinitionsImpl.getVisibility() |
ExprDef.Visibility |
OperationDefinitionImpl.getVisibility() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationDefinitionImpl.setVisibility(ExprDef.Visibility flag)
For internal framework use only.
|