Package | Description |
---|---|
org.restlet.ext.odata.internal.edm |
Modifier and Type | Method and Description |
---|---|
Association |
AssociationSet.getAssociation()
Returns the referenced schema's association.
|
Association |
NavigationProperty.getRelationship()
Returns the association.
|
Modifier and Type | Method and Description |
---|---|
List<Association> |
Schema.getAssociations()
Returns the list of defined associations.
|
Modifier and Type | Method and Description |
---|---|
void |
AssociationSet.setAssociation(Association association)
Sets the referenced schema's association.
|
void |
NavigationProperty.setRelationship(Association relationship)
Sets the association.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.setAssociations(List<Association> associations)
Sets the list of defined associations.
|
Copyright © 2005–2017. All rights reserved.