public abstract class CsdlOperationImport extends CsdlAbstractEdmItem implements CsdlNamed, CsdlAnnotatable
| Modifier and Type | Field and Description | 
|---|---|
| protected List<CsdlAnnotation> | annotationsThe Annotations. | 
| protected String | entitySetThe Entity set. | 
| protected String | nameThe 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, getOneByNameprotected 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()
CsdlAnnotatablegetAnnotations in interface CsdlAnnotatablepublic CsdlOperationImport setAnnotations(List<CsdlAnnotation> annotations)
annotations - list of annotationsCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.