public abstract class CsdlOperationImport extends CsdlAbstractEdmItem implements CsdlNamed, CsdlAnnotatable
Modifier and Type | Field and Description |
---|---|
protected List<CsdlAnnotation> |
annotations |
protected String |
entitySet |
protected String |
name |
Constructor and Description |
---|
CsdlOperationImport() |
Modifier and Type | Method and Description |
---|---|
List<CsdlAnnotation> |
getAnnotations() |
String |
getEntitySet() |
String |
getName() |
CsdlOperationImport |
setEntitySet(String entitySet) |
CsdlOperationImport |
setName(String name) |
equals, getAllByName, getOneByName, hashCode, toString
protected String name
protected String entitySet
protected final List<CsdlAnnotation> annotations
public CsdlOperationImport setName(String name)
public String getEntitySet()
public CsdlOperationImport setEntitySet(String entitySet)
public List<CsdlAnnotation> getAnnotations()
getAnnotations
in interface CsdlAnnotatable
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.