public abstract class

EdmNonSimpleType

extends EdmType
java.lang.Object
   ↳ org.odata4j.edm.EdmItem
     ↳ org.odata4j.edm.EdmType
       ↳ org.odata4j.edm.EdmNonSimpleType
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Non-primitive type in the EDM type system.

Summary

[Expand]
Inherited Fields
From class org.odata4j.edm.EdmType
From class org.odata4j.edm.EdmItem
Public Constructors
EdmNonSimpleType(String fullyQualifiedTypeName)
EdmNonSimpleType(String fullyQualifiedTypeName, EdmDocumentation documentation, ImmutableList<EdmAnnotation<?>> annotations)
Public Methods
boolean isSimple()
[Expand]
Inherited Methods
From class org.odata4j.edm.EdmType
From class org.odata4j.edm.EdmItem
From class java.lang.Object

Public Constructors

public EdmNonSimpleType (String fullyQualifiedTypeName)

Parameters
fullyQualifiedTypeName

public EdmNonSimpleType (String fullyQualifiedTypeName, EdmDocumentation documentation, ImmutableList<EdmAnnotation<?>> annotations)

Parameters
fullyQualifiedTypeName
documentation
annotations

Public Methods

public boolean isSimple ()