Class Using
java.lang.Object
org.apache.olingo.odata2.api.edm.provider.Using
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()Sets the alias for thisUsingsetAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisUsingsetAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisUsingsetDocumentation(Documentation documentation) Sets theDocumentationfor thisUsingsetNamespace(String namespace) Sets the namespace for thisUsing
-
Constructor Details
-
Using
public Using()
-
-
Method Details
-
setNamespace
Sets the namespace for thisUsing- Parameters:
namespace-- Returns:
Usingfor method chaining
-
setAlias
Sets the alias for thisUsing- Parameters:
alias-- Returns:
Usingfor method chaining
-
setDocumentation
Sets theDocumentationfor thisUsing- Parameters:
documentation-- Returns:
Usingfor method chaining
-
setAnnotationAttributes
Sets the collection ofAnnotationAttributefor thisUsing- Parameters:
annotationAttributes-- Returns:
Usingfor method chaining
-
setAnnotationElements
Sets the collection ofAnnotationElementfor thisUsing- Parameters:
annotationElements-- Returns:
Usingfor method chaining
-
getNamespace
- Returns:
- String namespace
-
getAlias
- Returns:
- String alias
-
getDocumentation
- Returns:
Documentationdocumentation
-
getAnnotationAttributes
- Returns:
- collection of
AnnotationAttributeannotation attributes
-
getAnnotationElements
- Returns:
- collection of
AnnotationElementannotation elements
-