public class EdmAssociationSetEndImpl extends Object implements EdmAssociationSetEnd, EdmAnnotatable
Constructor and Description |
---|
EdmAssociationSetEndImpl() |
Modifier and Type | Method and Description |
---|---|
EdmAnnotations |
getAnnotations()
Get all annotations applied to an EDM element
|
EdmAssociationSetEnd |
getEnd() |
EdmEntitySet |
getEntitySet()
Get the entity set
|
String |
getEntitySetName() |
String |
getRole()
Get the role name
|
void |
setAnnotations(EdmAnnotations annotations) |
void |
setEnd(EdmAssociationSetEnd end) |
void |
setEntitySet(EdmEntitySet entitySet) |
void |
setEntitySetName(String entitySetName) |
void |
setRole(String role) |
String |
toString() |
public EdmEntitySet getEntitySet() throws EdmException
EdmAssociationSetEnd
getEntitySet
in interface EdmAssociationSetEnd
EdmEntitySet
EdmException
public EdmAssociationSetEnd getEnd()
public void setEnd(EdmAssociationSetEnd end)
public void setRole(String role)
public void setAnnotations(EdmAnnotations annotations)
public String getRole()
EdmAssociationSetEnd
getRole
in interface EdmAssociationSetEnd
public EdmAnnotations getAnnotations() throws EdmException
EdmAnnotatable
getAnnotations
in interface EdmAnnotatable
EdmAnnotations
never nullEdmException
public void setEntitySetName(String entitySetName)
public String getEntitySetName()
public void setEntitySet(EdmEntitySet entitySet)
entitySet
- the entitySet to setCopyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.