org.odata4j.edm
Class EdmNonSimpleType

java.lang.Object
  extended by org.odata4j.edm.EdmItem
      extended by org.odata4j.edm.EdmType
          extended by org.odata4j.edm.EdmNonSimpleType
Direct Known Subclasses:
EdmCollectionType, EdmStructuralType

public abstract class EdmNonSimpleType
extends EdmType

Non-primitive type in the EDM type system.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.odata4j.edm.EdmType
EdmType.Builder<T,TBuilder>, EdmType.DeferredBuilder<T,TBuilder>
 
Constructor Summary
EdmNonSimpleType(String fullyQualifiedTypeName)
           
EdmNonSimpleType(String fullyQualifiedTypeName, EdmDocumentation documentation, ImmutableList<EdmAnnotation<?>> annotations)
           
 
Method Summary
 boolean 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

EdmNonSimpleType

public EdmNonSimpleType(String fullyQualifiedTypeName)

EdmNonSimpleType

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

isSimple

public boolean isSimple()
Specified by:
isSimple in class EdmType


http://odata4j.org