public class RelationMetaInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RelationMetaInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RelationMetaInfo.Builder |
builder() |
String |
getForeignKeyOnTarget() |
String |
getRelationName() |
String |
getSourceTypeCode() |
String |
getTargetTypeCode() |
boolean |
isOneToMany() |
boolean |
isSourceOrdered() |
boolean |
isSourcePartOf() |
boolean |
isTargetOrdered() |
boolean |
isTargetPartOf() |
public static RelationMetaInfo.Builder builder()
public String getRelationName()
public boolean isSourceOrdered()
public boolean isTargetOrdered()
public boolean isOneToMany()
public String getTargetTypeCode()
public String getSourceTypeCode()
public String getForeignKeyOnTarget()
public boolean isTargetPartOf()
public boolean isSourcePartOf()
Copyright © 2017 SAP SE. All Rights Reserved.