| Package | Description |
|---|---|
| org.apache.olingo.server.api.edm.provider |
| Modifier and Type | Method and Description |
|---|---|
EnumType |
EdmProvider.getEnumType(FullQualifiedName enumTypeName)
This method should return an
EnumType or null if nothing is found |
EnumType |
EnumType.setFlags(boolean isFlags) |
EnumType |
EnumType.setMembers(List<EnumMember> members) |
EnumType |
EnumType.setName(String name) |
EnumType |
EnumType.setUnderlyingType(FullQualifiedName underlyingType) |
| Modifier and Type | Method and Description |
|---|---|
List<EnumType> |
Schema.getEnumTypes() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.setEnumTypes(List<EnumType> enumTypes) |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.