|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdmMultiplicity | |
---|---|
org.odata4j.edm | Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. |
org.odata4j.producer | The odata4j server-side (producer-side) API. |
Uses of EdmMultiplicity in org.odata4j.edm |
---|
Methods in org.odata4j.edm that return EdmMultiplicity | |
---|---|
static EdmMultiplicity |
EdmMultiplicity.fromSymbolString(String symbolString)
|
EdmMultiplicity |
EdmAssociationEnd.getMultiplicity()
|
static EdmMultiplicity |
EdmMultiplicity.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EdmMultiplicity[] |
EdmMultiplicity.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.odata4j.edm with parameters of type EdmMultiplicity | |
---|---|
EdmAssociationEnd.Builder |
EdmAssociationEnd.Builder.setMultiplicity(EdmMultiplicity multiplicity)
|
Uses of EdmMultiplicity in org.odata4j.producer |
---|
Methods in org.odata4j.producer that return EdmMultiplicity | |
---|---|
EdmMultiplicity |
EntityIdResponse.getMultiplicity()
Gets the multiplicity of the response |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |