public class EdmReferentialConstraintRoleImpl extends Object implements EdmReferentialConstraintRole, EdmAnnotatable
Constructor and Description |
---|
EdmReferentialConstraintRoleImpl() |
Modifier and Type | Method and Description |
---|---|
EdmAnnotations |
getAnnotations()
Get all annotations applied to an EDM element
|
List<EdmPropertyImpl> |
getProperty() |
List<String> |
getPropertyRefNames()
Get the properties
|
List<String> |
getRefNames() |
String |
getRole()
Get the role
|
String |
getRoleName() |
void |
setAnnotations(EdmAnnotations annotations) |
void |
setProperty(List<EdmPropertyImpl> property) |
void |
setRefNames(List<String> refNames) |
void |
setRole(EdmReferentialConstraintRole role) |
void |
setRoleName(String roleName) |
String |
toString() |
public String getRoleName()
public String getRole()
EdmReferentialConstraintRole
getRole
in interface EdmReferentialConstraintRole
public List<EdmPropertyImpl> getProperty()
public List<String> getPropertyRefNames()
EdmReferentialConstraintRole
getPropertyRefNames
in interface EdmReferentialConstraintRole
public EdmAnnotations getAnnotations() throws EdmException
EdmAnnotatable
getAnnotations
in interface EdmAnnotatable
EdmAnnotations
never nullEdmException
public void setRole(EdmReferentialConstraintRole role)
role
- the role to setpublic void setRoleName(String roleName)
public void setProperty(List<EdmPropertyImpl> property)
public void setAnnotations(EdmAnnotations annotations)
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.