public class CsdlReferentialConstraint extends CsdlAbstractEdmItem implements CsdlAnnotatable
| Constructor and Description |
|---|
CsdlReferentialConstraint() |
| Modifier and Type | Method and Description |
|---|---|
List<CsdlAnnotation> |
getAnnotations() |
String |
getProperty() |
String |
getReferencedProperty() |
CsdlReferentialConstraint |
setProperty(String property) |
CsdlReferentialConstraint |
setReferencedProperty(String referencedProperty) |
equals, getAllByName, getOneByName, hashCode, toStringpublic String getProperty()
public CsdlReferentialConstraint setProperty(String property)
public String getReferencedProperty()
public CsdlReferentialConstraint setReferencedProperty(String referencedProperty)
public List<CsdlAnnotation> getAnnotations()
getAnnotations in interface CsdlAnnotatableCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.