EntityT
- The entity type.ValueT
- The navigable entity type.public static class NavigationProperty.Collection<EntityT extends VdmEntity<EntityT>,ValueT extends VdmEntity<ValueT>> extends StructuredPropertyCollection<EntityT,ValueT> implements FilterableCollection<EntityT,ValueT>
FilterableCollection.Expression<EntityT,ItemT>
Constructor and Description |
---|
Collection(Class<EntityT> entityType,
String fieldName,
Class<ValueT> itemType) |
Modifier and Type | Method and Description |
---|---|
Class<EntityT> |
getEntityType()
Get the type of the entity which references the value.
|
String |
getFieldName() |
Class<ValueT> |
getItemType()
Get the item type the collection holds.
|
filter, orderBy, search, search, select, skip, top
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
all, any, concat, concat, contains, contains, endsWith, endsWith, hasSubSequence, hasSubSequence, hasSubset, hasSubset, indexOf, indexOf, length, startsWith, startsWith, substring, substring
getExpression, getExpression
getExpression
public Class<EntityT> getEntityType()
EntityReference
getEntityType
in interface EntityReference<EntityT extends VdmEntity<EntityT>>
public String getFieldName()
public Class<ValueT> getItemType()
FilterableCollection
getItemType
in interface FilterableCollection<EntityT extends VdmEntity<EntityT>,ValueT extends VdmEntity<ValueT>>
Copyright © 2020 SAP SE. All rights reserved.