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 INavigationProperty
public IEntityType getParentType()
getParentType
in interface IProperty
public boolean isScalar()
isScalar
in interface INavigationProperty
public java.lang.String[] getInvForeignKeyNames()
getInvForeignKeyNames
in interface INavigationProperty