|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.olingo.odata2.api.edm.provider.ReferentialConstraint
public class ReferentialConstraint
Objects of this Class represent a referential constraint
| Constructor Summary | |
|---|---|
ReferentialConstraint()
|
|
| Method Summary | |
|---|---|
List<AnnotationAttribute> |
getAnnotationAttributes()
|
List<AnnotationElement> |
getAnnotationElements()
|
ReferentialConstraintRole |
getDependent()
|
Documentation |
getDocumentation()
|
ReferentialConstraintRole |
getPrincipal()
|
ReferentialConstraint |
setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the List of AnnotationAttribute for this ReferentialConstraint |
ReferentialConstraint |
setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the List of AnnotationElement for this ReferentialConstraint |
ReferentialConstraint |
setDependent(ReferentialConstraintRole dependent)
Sets the dependent ReferentialConstraintRole for this ReferentialConstraint |
ReferentialConstraint |
setDocumentation(Documentation documentation)
Sets the Documentation of this ReferentialConstraint |
ReferentialConstraint |
setPrincipal(ReferentialConstraintRole principal)
Sets the principal ReferentialConstraintRole for this ReferentialConstraint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReferentialConstraint()
| Method Detail |
|---|
public ReferentialConstraintRole getPrincipal()
ReferentialConstraintRole the principal of this ReferentialConstraintpublic ReferentialConstraintRole getDependent()
ReferentialConstraintRole the dependent of this ReferentialConstraintpublic Documentation getDocumentation()
Documentation documentationpublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement annotation elementspublic ReferentialConstraint setPrincipal(ReferentialConstraintRole principal)
ReferentialConstraintRole for this ReferentialConstraint
principal -
ReferentialConstraint for method chainingpublic ReferentialConstraint setDependent(ReferentialConstraintRole dependent)
ReferentialConstraintRole for this ReferentialConstraint
dependent -
ReferentialConstraint for method chainingpublic ReferentialConstraint setDocumentation(Documentation documentation)
Documentation of this ReferentialConstraint
documentation -
ReferentialConstraint for method chainingpublic ReferentialConstraint setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute for this ReferentialConstraint
annotationAttributes -
ReferentialConstraint for method chainingpublic ReferentialConstraint setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement for this ReferentialConstraint
annotationElements -
ReferentialConstraint for method chaining
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||