public class CsdlSingleton extends CsdlBindingTarget
name, navigationPropertyBindings, type| Constructor and Description |
|---|
CsdlSingleton() |
| Modifier and Type | Method and Description |
|---|---|
CsdlSingleton |
setName(String name)
Sets name.
|
CsdlSingleton |
setNavigationPropertyBindings(List<CsdlNavigationPropertyBinding> navigationPropertyBindings)
Sets navigation property bindings.
|
CsdlSingleton |
setType(FullQualifiedName type)
Sets type.
|
CsdlSingleton |
setType(String type)
Sets type.
|
getAnnotations, getName, getNavigationPropertyBindings, 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 bindingsCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.