Package | Description |
---|---|
org.apache.olingo.odata2.api.edm |
Entity Data Model API
The Entity Data Model is described in the OData protocol specification
as well as in the Conceptual Schema Definition for the OData Protocol.
|
org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
Classes in this package are used to provide an EDM to the library as well as to the application.
|
org.apache.olingo.odata2.client.core.edm | |
org.apache.olingo.odata2.client.core.edm.Impl |
Modifier and Type | Method and Description |
---|---|
static EdmAction |
EdmAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdmAction[] |
EdmAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EdmAction |
OnDelete.getAction() |
Modifier and Type | Method and Description |
---|---|
OnDelete |
OnDelete.setAction(EdmAction action)
|
Modifier and Type | Method and Description |
---|---|
EdmAction |
EdmOnDelete.getAction() |
Modifier and Type | Method and Description |
---|---|
EdmAction |
EdmOnDeleteImpl.getAction() |
Modifier and Type | Method and Description |
---|---|
EdmOnDeleteImpl |
EdmOnDeleteImpl.setAction(EdmAction action)
Sets the
EdmAction for this EdmOnDeleteImpl |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.