public abstract class CsdlOperationImport extends CsdlAbstractEdmItem implements CsdlNamed, CsdlAnnotatable
Modifier and Type | Field and Description |
---|---|
protected List<CsdlAnnotation> |
annotations
The Annotations.
|
protected String |
entitySet
The Entity set.
|
protected String |
name
The Name.
|
Constructor and Description |
---|
CsdlOperationImport() |
Modifier and Type | Method and Description |
---|---|
List<CsdlAnnotation> |
getAnnotations()
Returns a list of annotations
|
String |
getEntitySet()
Gets entity set.
|
String |
getName()
Gets name.
|
CsdlOperationImport |
setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlOperationImport |
setEntitySet(String entitySet)
Sets entity set.
|
CsdlOperationImport |
setName(String name)
Sets name.
|
getAllByName, getOneByName
protected String name
protected String entitySet
protected List<CsdlAnnotation> annotations
public CsdlOperationImport setName(String name)
name
- the namepublic String getEntitySet()
public CsdlOperationImport setEntitySet(String entitySet)
entitySet
- the entity setpublic List<CsdlAnnotation> getAnnotations()
CsdlAnnotatable
getAnnotations
in interface CsdlAnnotatable
public CsdlOperationImport setAnnotations(List<CsdlAnnotation> annotations)
annotations
- list of annotationsCopyright © 2013–2018 The Apache Software Foundation. All rights reserved.