public class EdmEntitySetInfoImplProv extends Object implements EdmEntitySetInfo
| Constructor and Description |
|---|
EdmEntitySetInfoImplProv(EntitySet entitySet,
EntityContainerInfo entityContainerInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityContainerName() |
String |
getEntitySetName() |
URI |
getEntitySetUri()
We use a
URI object here to ensure the right encoding. |
boolean |
isDefaultEntityContainer() |
public EdmEntitySetInfoImplProv(EntitySet entitySet, EntityContainerInfo entityContainerInfo) throws EdmException
EdmExceptionpublic String getEntityContainerName()
getEntityContainerName in interface EdmEntitySetInfopublic String getEntitySetName()
getEntitySetName in interface EdmEntitySetInfopublic boolean isDefaultEntityContainer()
isDefaultEntityContainer in interface EdmEntitySetInfopublic URI getEntitySetUri()
EdmEntitySetInfoURI object here to ensure the right encoding. If a string representation is needed the
toASCIIString() method can be used.getEntitySetUri in interface EdmEntitySetInfoCopyright © 2020. All rights reserved.