|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.odata4j.edm.EdmItem org.odata4j.edm.EdmType org.odata4j.edm.EdmNonSimpleType org.odata4j.edm.EdmCollectionType
public class EdmCollectionType
A CSDL CollectionType element.
The CollectionType element in conceptual schema definition language (CSDL) specifies that a function parameter or function return type is a collection.
Nested Class Summary | |
---|---|
static class |
EdmCollectionType.Builder
Mutable builder for EdmCollectionType objects. |
Nested classes/interfaces inherited from class org.odata4j.edm.EdmType |
---|
EdmType.DeferredBuilder<T,TBuilder> |
Constructor Summary | |
---|---|
EdmCollectionType(EdmProperty.CollectionKind kind,
EdmType itemType)
|
Method Summary | |
---|---|
EdmProperty.CollectionKind |
getCollectionKind()
|
static String |
getCollectionTypeString(EdmProperty.CollectionKind kind,
EdmType itemType)
|
EdmType |
getItemType()
|
static EdmCollectionType.Builder |
newBuilder()
|
Methods inherited from class org.odata4j.edm.EdmNonSimpleType |
---|
isSimple |
Methods inherited from class org.odata4j.edm.EdmType |
---|
equals, getFullyQualifiedTypeName, getInstanceType, getSimple, hashCode, newDeferredBuilder, toString |
Methods inherited from class org.odata4j.edm.EdmItem |
---|
findAnnotation, getAnnotations, getDocumentation |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EdmCollectionType(EdmProperty.CollectionKind kind, EdmType itemType)
Method Detail |
---|
public EdmProperty.CollectionKind getCollectionKind()
public static String getCollectionTypeString(EdmProperty.CollectionKind kind, EdmType itemType)
public EdmType getItemType()
public static EdmCollectionType.Builder newBuilder()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |