public class EdmKeyImpl extends Object
Constructor and Description |
---|
EdmKeyImpl() |
Modifier and Type | Method and Description |
---|---|
List<EdmAnnotationAttribute> |
getAnnotationAttributes() |
List<EdmAnnotationElement> |
getAnnotationElements() |
List<EdmProperty> |
getKeys() |
EdmKeyImpl |
setAnnotationAttributes(List<EdmAnnotationAttribute> annotationAttributes)
Sets the List of
AnnotationAttribute for this EdmKeyImpl |
EdmKeyImpl |
setAnnotationElements(List<EdmAnnotationElement> annotationElements)
Sets the List of
AnnotationElement for this EdmKeyImpl |
EdmKeyImpl |
setKeys(List<EdmProperty> keys)
|
String |
toString() |
public List<EdmProperty> getKeys()
PropertyRef
> references to the key propertiespublic List<EdmAnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic List<EdmAnnotationElement> getAnnotationElements()
AnnotationElement
annotation elementspublic EdmKeyImpl setKeys(List<EdmProperty> keys)
keys
- EdmKeyImpl
for method chainingpublic EdmKeyImpl setAnnotationAttributes(List<EdmAnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this EdmKeyImpl
annotationAttributes
- EdmKeyImpl
for method chainingpublic EdmKeyImpl setAnnotationElements(List<EdmAnnotationElement> annotationElements)
AnnotationElement
for this EdmKeyImpl
annotationElements
- EdmKeyImpl
for method chainingCopyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.