Class EdmTypeInfo
java.lang.Object
org.apache.olingo.commons.core.edm.EdmTypeInfo
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic EdmPrimitiveTypeKinddetermineTypeKind(Object value) external()getType()internal()booleanbooleanbooleanbooleanbooleanbooleanboolean
-
Method Details
-
internal
-
external
-
isCollection
public boolean isCollection() -
getFullQualifiedName
-
isPrimitiveType
public boolean isPrimitiveType() -
isTermType
public boolean isTermType() -
getPrimitiveTypeKind
-
getTermTypeKind
-
isTypeDefinition
public boolean isTypeDefinition() -
getTypeDefinition
-
isEnumType
public boolean isEnumType() -
getEnumType
-
isComplexType
public boolean isComplexType() -
getComplexType
-
isEntityType
public boolean isEntityType() -
getEntityType
-
getType
-
determineTypeKind
-