public class ReferentialConstraint extends Object
| Constructor and Description |
|---|
ReferentialConstraint() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 ReferentialConstraintprincipal - ReferentialConstraint for method chainingpublic ReferentialConstraint setDependent(ReferentialConstraintRole dependent)
ReferentialConstraintRole for this ReferentialConstraintdependent - ReferentialConstraint for method chainingpublic ReferentialConstraint setDocumentation(Documentation documentation)
Documentation of this ReferentialConstraintdocumentation - ReferentialConstraint for method chainingpublic ReferentialConstraint setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute for this ReferentialConstraintannotationAttributes - ReferentialConstraint for method chainingpublic ReferentialConstraint setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement for this ReferentialConstraintannotationElements - ReferentialConstraint for method chainingCopyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.