Class EdmUsingImpl
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmUsingImpl
-
-
Constructor Summary
Constructors Constructor Description EdmUsingImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()Collection<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute>getAnnotationAttributes()Collection<org.apache.olingo.odata2.api.edm.EdmAnnotationElement>getAnnotationElements()EdmDocumentationImplgetDocumentation()StringgetNamespace()EdmUsingImplsetAlias(String alias)Sets the alias for thisEdmUsingImplEdmUsingImplsetAnnotationAttributes(List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> annotationAttributes)Sets the collection ofEdmAnnotationAttributefor thisEdmUsingImplEdmUsingImplsetAnnotationElements(List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> annotationElements)Sets the collection ofEdmAnnotationElementfor thisEdmUsingImplEdmUsingImplsetDocumentation(EdmDocumentationImpl documentation)Sets theEdmDocumentationImplfor thisEdmUsingImplEdmUsingImplsetNamespace(String namespace)Sets the namespace for thisEdmUsingImplStringtoString()
-
-
-
Method Detail
-
setNamespace
public EdmUsingImpl setNamespace(String namespace)
Sets the namespace for thisEdmUsingImpl- Parameters:
namespace- Namespace- Returns:
EdmUsingImplfor method chaining
-
setAlias
public EdmUsingImpl setAlias(String alias)
Sets the alias for thisEdmUsingImpl- Parameters:
alias- Alias- Returns:
EdmUsingImplfor method chaining
-
setDocumentation
public EdmUsingImpl setDocumentation(EdmDocumentationImpl documentation)
Sets theEdmDocumentationImplfor thisEdmUsingImpl- Parameters:
documentation- Documentação- Returns:
EdmUsingImplfor method chaining
-
setAnnotationAttributes
public EdmUsingImpl setAnnotationAttributes(List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> annotationAttributes)
Sets the collection ofEdmAnnotationAttributefor thisEdmUsingImpl- Parameters:
annotationAttributes- Atributos- Returns:
EdmUsingImplfor method chaining
-
setAnnotationElements
public EdmUsingImpl setAnnotationElements(List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> annotationElements)
Sets the collection ofEdmAnnotationElementfor thisEdmUsingImpl- Parameters:
annotationElements- Elementos- Returns:
EdmUsingImplfor method chaining
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceEdmUsing- Returns:
- String namespace
-
getAlias
public String getAlias()
-
getDocumentation
public EdmDocumentationImpl getDocumentation()
- Specified by:
getDocumentationin interfaceEdmUsing- Returns:
EdmDocumentationImpldocumentation
-
getAnnotationAttributes
public Collection<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> getAnnotationAttributes()
- Specified by:
getAnnotationAttributesin interfaceEdmUsing- Returns:
- collection of
EdmAnnotationAttributeannotation attributes
-
getAnnotationElements
public Collection<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> getAnnotationElements()
- Specified by:
getAnnotationElementsin interfaceEdmUsing- Returns:
- collection of
EdmAnnotationElementannotation elements
-
-