|
|||||||||
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
public abstract class EdmNonSimpleType
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 |
---|
public EdmNonSimpleType(String fullyQualifiedTypeName)
public EdmNonSimpleType(String fullyQualifiedTypeName, EdmDocumentation documentation, ImmutableList<EdmAnnotation<?>> annotations)
Method Detail |
---|
public boolean isSimple()
isSimple
in class EdmType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |