|
||||||||||
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.ReferentialConstraintRole
public class ReferentialConstraintRole
Objects of this Class represent a referential constraint role
Constructor Summary | |
---|---|
ReferentialConstraintRole()
|
Method Summary | |
---|---|
List<AnnotationAttribute> |
getAnnotationAttributes()
|
List<AnnotationElement> |
getAnnotationElements()
|
List<PropertyRef> |
getPropertyRefs()
|
String |
getRole()
|
ReferentialConstraintRole |
setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the List of AnnotationAttribute for this ReferentialConstraintRole |
ReferentialConstraintRole |
setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the List of AnnotationElement for this ReferentialConstraintRole |
ReferentialConstraintRole |
setPropertyRefs(List<PropertyRef> propertyRef)
Sets the PropertyRef s of this ReferentialConstraintRole |
ReferentialConstraintRole |
setRole(String role)
Sets the role of this ReferentialConstraintRole |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReferentialConstraintRole()
Method Detail |
---|
public String getRole()
ReferentialConstraintRole
public List<PropertyRef> getPropertyRefs()
PropertyRef
> for this ReferentialConstraintRole
public List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement
annotation elementspublic ReferentialConstraintRole setRole(String role)
ReferentialConstraintRole
role
-
ReferentialConstraintRole
for method chainingpublic ReferentialConstraintRole setPropertyRefs(List<PropertyRef> propertyRef)
PropertyRef
s of this ReferentialConstraintRole
propertyRef
-
ReferentialConstraintRole
for method chainingpublic ReferentialConstraintRole setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this ReferentialConstraintRole
annotationAttributes
-
ReferentialConstraintRole
for method chainingpublic ReferentialConstraintRole setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement
for this ReferentialConstraintRole
annotationElements
-
ReferentialConstraintRole
for method chaining
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |