Package | Description |
---|---|
org.restlet.ext.odata.internal.edm |
Modifier and Type | Method and Description |
---|---|
AssociationEnd |
Metadata.getAssociation(EntityType type,
String propertyName)
Returns the Association object that corresponds to the given property of
the given entity type.
|
AssociationEnd |
NavigationProperty.getFromRole()
Returns the start entity of the association.
|
AssociationEnd |
NavigationProperty.getToRole()
Returns the target entity of the association.
|
Modifier and Type | Method and Description |
---|---|
List<AssociationEnd> |
Association.getEnds()
Returns the list of entities linked by this association.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationProperty.setFromRole(AssociationEnd fromRole)
Sets the start entity of the association.
|
void |
NavigationProperty.setToRole(AssociationEnd toRole)
Sets the target entity of the association.
|
Modifier and Type | Method and Description |
---|---|
void |
Association.setEnds(List<AssociationEnd> ends)
Sets the list of entities linked by this association.
|
Copyright © 2005–2013. All rights reserved.