Uses of Enum Class
org.apache.olingo.commons.api.edm.EdmTermTypeKind
Packages that use EdmTermTypeKind
Package
Description
Contains representations for EDM objects created during the URI parsing
-
Uses of EdmTermTypeKind in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmTermTypeKindModifier and TypeMethodDescriptionstatic EdmTermTypeKindGet a type kind by name.static EdmTermTypeKindReturns the enum constant of this class with the specified name.static EdmTermTypeKindEdmTermTypeKind.valueOfFQN(String fqn) Gets theEdmTermTypeKindfrom a full type expression (likeEdm.Int32).static EdmTermTypeKindEdmTermTypeKind.valueOfFQN(FullQualifiedName fqn) Gets theEdmPrimitiveTypeKindfrom a full-qualified type name.static EdmTermTypeKind[]EdmTermTypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EdmTermTypeKind in org.apache.olingo.commons.core.edm
Methods in org.apache.olingo.commons.core.edm that return EdmTermTypeKind -
Uses of EdmTermTypeKind in org.apache.olingo.commons.core.edm.termtype
Methods in org.apache.olingo.commons.core.edm.termtype with parameters of type EdmTermTypeKindModifier and TypeMethodDescriptionstatic EdmTermTypeEdmTermTypeFactory.getInstance(EdmTermTypeKind kind) Returns an instance for the providedEdmTermTypeKindin the form ofEdmTermType.