public class CsdlSingleton extends CsdlBindingTarget
name, navigationPropertyBindings, title, type| Constructor and Description |
|---|
CsdlSingleton() |
| Modifier and Type | Method and Description |
|---|---|
CsdlSingleton |
setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlSingleton |
setName(String name)
Sets name.
|
CsdlSingleton |
setNavigationPropertyBindings(List<CsdlNavigationPropertyBinding> navigationPropertyBindings)
Sets navigation property bindings.
|
CsdlSingleton |
setTitle(String title)
A human readable title for this instance
|
CsdlSingleton |
setType(FullQualifiedName type)
Sets type.
|
CsdlSingleton |
setType(String type)
Sets type.
|
getAnnotations, getName, getNavigationPropertyBindings, getTitle, getType, getTypeFQNequals, getAllByName, getOneByName, hashCode, toStringpublic CsdlSingleton setName(String name)
CsdlBindingTargetsetName in class CsdlBindingTargetname - the namepublic CsdlSingleton setType(String type)
CsdlBindingTargetsetType in class CsdlBindingTargettype - the typepublic CsdlSingleton setType(FullQualifiedName type)
CsdlBindingTargetsetType in class CsdlBindingTargettype - the typepublic CsdlSingleton setNavigationPropertyBindings(List<CsdlNavigationPropertyBinding> navigationPropertyBindings)
CsdlBindingTargetsetNavigationPropertyBindings in class CsdlBindingTargetnavigationPropertyBindings - the navigation property bindingspublic CsdlSingleton setAnnotations(List<CsdlAnnotation> annotations)
CsdlBindingTargetsetAnnotations in class CsdlBindingTargetannotations - list of annotationspublic CsdlSingleton setTitle(String title)
CsdlBindingTargetsetTitle in class CsdlBindingTargetCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.