|
||||||||||
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.Key
public class Key
Objects of this class represent a key for an entity type
Constructor Summary | |
---|---|
Key()
|
Method Summary | |
---|---|
List<AnnotationAttribute> |
getAnnotationAttributes()
|
List<AnnotationElement> |
getAnnotationElements()
|
List<PropertyRef> |
getKeys()
|
Key |
setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the List of AnnotationAttribute for this Key |
Key |
setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the List of AnnotationElement for this Key |
Key |
setKeys(List<PropertyRef> keys)
Sets the Property s by their PropertyRef for this Key |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Key()
Method Detail |
---|
public List<PropertyRef> getKeys()
PropertyRef
> references to the key propertiespublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement
annotation elementspublic Key setKeys(List<PropertyRef> keys)
Property
s by their PropertyRef
for this Key
keys
-
Key
for method chainingpublic Key setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this Key
annotationAttributes
-
Key
for method chainingpublic Key setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement
for this Key
annotationElements
-
Key
for method chaining
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |