EntityT
- The entity type.ValueT
- The navigable entity type.public static class NavigationProperty.Collection<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>> extends NavigationPropertyCollection<EntityT,ValueT> implements NavigationProperty<EntityT,ValueT>, FilterableCollection<EntityT,ValueT>
NavigationProperty.Collection<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>>, NavigationProperty.Single<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>>
FilterableCollection.Expression<EntityT,ItemT>
NULL
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()
javadoc
|
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
getExpression, of
getExpression
all, any, concat, concat, contains, contains, endsWith, endsWith, hasSubSequence, hasSubSequence, hasSubset, hasSubset, indexOf, indexOf, length, startsWith, startsWith, substring, substring
public Class<EntityT> getEntityType()
EntityReference
getEntityType
in interface EntityReference<EntityT extends VdmObject<EntityT>>
public String getFieldName()
FieldReference
public Class<ValueT> getItemType()
FilterableCollection
getItemType
in interface FilterableCollection<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>>
Copyright © 2021 SAP SE. All rights reserved.