EntityT
- The entity type.ValueT
- The navigable entity type.public static class NavigationProperty.Single<EntityT extends VdmEntity<EntityT>,ValueT extends VdmEntity<ValueT>> extends StructuredPropertySingle<EntityT,ValueT> implements FilterableComplex<EntityT,ValueT>
Constructor and Description |
---|
Single(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() |
select
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
has, has
getExpression, getExpression
asBoolean, asCollection, asDate, asDateTimeOffset, asDuration, asNumber, asString, asTimeOfDay, getExpression, of
equalTo, equalTo, notEqualTo, notEqualTo
greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqual
public Class<EntityT> getEntityType()
EntityReference
getEntityType
in interface EntityReference<EntityT extends VdmEntity<EntityT>>
public String getFieldName()
Copyright © 2020 SAP SE. All rights reserved.