Uses of Class
org.apache.olingo.odata2.api.edm.EdmSimpleTypeKind
-
Packages that use EdmSimpleTypeKind Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.apache.olingo.odata2.api.edm.provider Entity Data Model Provider APIorg.apache.olingo.odata2.api.rt Runtime Support -
-
Uses of EdmSimpleTypeKind in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmSimpleTypeKind Modifier and Type Method Description static EdmSimpleTypeKindEdmSimpleTypeKind. valueOf(String name)Returns the enum constant of this type with the specified name.static EdmSimpleTypeKind[]EdmSimpleTypeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.olingo.odata2.api.edm with parameters of type EdmSimpleTypeKind Modifier and Type Method Description EdmSimpleTypeEdmSimpleTypeFacade. getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind)IMPORTANT: UsegetEdmSimpleTypeInstance()for the application development. -
Uses of EdmSimpleTypeKind in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return EdmSimpleTypeKind Modifier and Type Method Description EdmSimpleTypeKindFunctionImportParameter. getType()EdmSimpleTypeKindSimpleProperty. getType()Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type EdmSimpleTypeKind Modifier and Type Method Description FunctionImportParameterFunctionImportParameter. setType(EdmSimpleTypeKind type)Sets theEdmSimpleTypeKindof thisFunctionImportParameterSimplePropertySimpleProperty. setType(EdmSimpleTypeKind type)Sets theEdmSimpleTypeKindfor thisProperty. -
Uses of EdmSimpleTypeKind in org.apache.olingo.odata2.api.rt
Methods in org.apache.olingo.odata2.api.rt with parameters of type EdmSimpleTypeKind Modifier and Type Method Description static EdmSimpleTypeRuntimeDelegate. getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind)Returns a simple type object for given type kind.protected abstract EdmSimpleTypeRuntimeDelegate.RuntimeDelegateInstance. getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind)
-