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