Uses of Class
org.apache.olingo.odata2.api.edm.provider.Using
-
Packages that use Using Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of Using in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return Using Modifier and Type Method Description UsingUsing. setAlias(String alias)Sets the alias for thisUsingUsingUsing. setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)Sets the collection ofAnnotationAttributefor thisUsingUsingUsing. setAnnotationElements(List<AnnotationElement> annotationElements)Sets the collection ofAnnotationElementfor thisUsingUsingUsing. setDocumentation(Documentation documentation)Sets theDocumentationfor thisUsingUsingUsing. setNamespace(String namespace)Sets the namespace for thisUsingMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type Using Modifier and Type Method Description List<Using>Schema. getUsings()Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type Using Modifier and Type Method Description SchemaSchema. setUsings(List<Using> usings)
-