|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdmProperty.CollectionKind | |
---|---|
org.odata4j.edm | Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. |
Uses of EdmProperty.CollectionKind in org.odata4j.edm |
---|
Methods in org.odata4j.edm that return EdmProperty.CollectionKind | |
---|---|
EdmProperty.CollectionKind |
EdmProperty.getCollectionKind()
|
EdmProperty.CollectionKind |
EdmProperty.Builder.getCollectionKind()
|
EdmProperty.CollectionKind |
EdmCollectionType.getCollectionKind()
|
static EdmProperty.CollectionKind |
EdmProperty.CollectionKind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EdmProperty.CollectionKind[] |
EdmProperty.CollectionKind.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 EdmProperty.CollectionKind | |
---|---|
static String |
EdmCollectionType.getCollectionTypeString(EdmProperty.CollectionKind kind,
EdmType itemType)
|
EdmProperty.Builder |
EdmProperty.Builder.setCollectionKind(EdmProperty.CollectionKind collectionKind)
|
EdmCollectionType.Builder |
EdmCollectionType.Builder.setKind(EdmProperty.CollectionKind kind)
|
Constructors in org.odata4j.edm with parameters of type EdmProperty.CollectionKind | |
---|---|
EdmCollectionType(EdmProperty.CollectionKind kind,
EdmType itemType)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |