public class ODataEntityContainer
extends java.lang.Object
Schema object.| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAssociationSetBetween(java.lang.String type1,
java.lang.String type2)
Checks whether this container contains an
AssociationSet between the specified types. |
java.util.Collection<java.lang.String> |
getAssociationSetNames()
Retrieves names of all AssociationSets present in the content of this container.
|
java.util.Collection<java.lang.String> |
getEntitySetTypes()
Retrieves all entity types referred from the EntitySet elements present in this container.
|
public boolean containsAssociationSetBetween(java.lang.String type1,
java.lang.String type2)
AssociationSet between the specified types.type1 - simple (not fully qualified) type name for the one end of the association.type2 - simple (not fully qualified) type name for the other end of the association.true, if such AssociationSet is present in the content of this container; false, otherwise.public java.util.Collection<java.lang.String> getEntitySetTypes()
"MyNamespace.MyType", then only "MyType" is returned. If there are no entity sets defined in this container,
then an empty collection is returned.public java.util.Collection<java.lang.String> getAssociationSetNames()
AssociationSet.Copyright © 2018 SAP SE. All Rights Reserved.