Package | Description |
---|---|
org.apache.olingo.server.api.edm.provider | |
org.apache.olingo.server.tecsvc.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) |
Modifier and Type | Method and Description |
---|---|
EnumType |
EnumTypeProvider.getEnumType(FullQualifiedName enumTypeName) |
EnumType |
EdmTechProvider.getEnumType(FullQualifiedName enumTypeName) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.