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 |
setEntitySet(String entitySet)
Sets entity set.
|
CsdlOperationImport |
setName(String name)
Sets name.
|
equals, getAllByName, getOneByName, hashCode, toStringprotected String name
protected String entitySet
protected final 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 CsdlAnnotatableCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.