public class Metadata.NavigationProperty extends java.lang.Object implements INavigationProperty
| Constructor and Description |
|---|
Metadata.NavigationProperty(IEntityType parentType,
java.util.Map<java.lang.String,java.lang.Object> npMap,
Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
IEntityType |
getEntityType() |
java.lang.String[] |
getInvForeignKeyNames() |
java.lang.String |
getName() |
IEntityType |
getParentType() |
boolean |
isScalar() |
public Metadata.NavigationProperty(IEntityType parentType, java.util.Map<java.lang.String,java.lang.Object> npMap, Metadata metadata)
public IEntityType getEntityType()
getEntityType in interface INavigationPropertypublic IEntityType getParentType()
getParentType in interface IPropertypublic boolean isScalar()
isScalar in interface INavigationPropertypublic java.lang.String[] getInvForeignKeyNames()
getInvForeignKeyNames in interface INavigationProperty