| Package | Description |
|---|---|
| org.apache.olingo.server.api.edm.provider |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
EdmProvider.getTypeDefinition(FullQualifiedName typeDefinitionName)
This method should return an
TypeDefinition or null if nothing is found |
TypeDefinition |
TypeDefinition.setIsUnicode(Boolean isUnicode) |
TypeDefinition |
TypeDefinition.setMaxLength(Integer maxLength) |
TypeDefinition |
TypeDefinition.setName(String name) |
TypeDefinition |
TypeDefinition.setPrecision(Integer precision) |
TypeDefinition |
TypeDefinition.setScale(Integer scale) |
TypeDefinition |
TypeDefinition.setUnderlyingType(FullQualifiedName underlyingType) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDefinition> |
Schema.getTypeDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.setTypeDefinitions(List<TypeDefinition> typeDefinitions) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.