|
||||||||||
| 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.PropertyRef
public class PropertyRef
Objects of this class represent a reference to a property via its name
| Constructor Summary | |
|---|---|
PropertyRef()
|
|
| Method Summary | |
|---|---|
List<AnnotationAttribute> |
getAnnotationAttributes()
|
List<AnnotationElement> |
getAnnotationElements()
|
String |
getName()
|
PropertyRef |
setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the List of AnnotationAttribute for this PropertyRef |
PropertyRef |
setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the List of AnnotationElement for this PropertyRef |
PropertyRef |
setName(String name)
Sets the name of the Property this PropertyRef is pointing to |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyRef()
| Method Detail |
|---|
public String getName()
Property this PropertyRef is referencing topublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement annotation elementspublic PropertyRef setName(String name)
Property this PropertyRef is pointing to
name -
PropertyRef for method chainingpublic PropertyRef setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute for this PropertyRef
annotationAttributes -
PropertyRef for method chainingpublic PropertyRef setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement for this PropertyRef
annotationElements -
PropertyRef for method chaining
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||