public static class ReadParams.RelationInfo extends Object
| Constructor and Description |
|---|
RelationInfo(ItemModelConverter.ModelAttributeInfo attributeInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getForeignKeyAttribute() |
OneToManyHandler<?> |
getOneToManyHandler() |
String |
getOrderingAttribute() |
String |
getRelationQualifier() |
String |
getRelationTypeName() |
boolean |
isLocalized() |
boolean |
isOneSide() |
boolean |
isOneToManyRelation() |
boolean |
isOrdered() |
boolean |
isPartoOf() |
boolean |
isSet() |
boolean |
isSource() |
public RelationInfo(ItemModelConverter.ModelAttributeInfo attributeInfo)
public boolean isSource()
public String getRelationQualifier()
public boolean isOneToManyRelation()
public boolean isLocalized()
public boolean isOrdered()
public boolean isOneSide()
public boolean isSet()
public boolean isPartoOf()
public String getForeignKeyAttribute()
public String getOrderingAttribute()
public String getRelationTypeName()
public OneToManyHandler<?> getOneToManyHandler()
Copyright © 2017 SAP SE. All Rights Reserved.