Class CsdlAliasInfo
java.lang.Object
org.apache.olingo.commons.api.edm.provider.CsdlAliasInfo
Represents an alias info CSDL item
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
Returns the alias of itemReturns the namespace of the aliasSets the alias of the itemsetNamespace
(String namespace) Sets the namespace of the alias
-
Constructor Details
-
CsdlAliasInfo
public CsdlAliasInfo()
-
-
Method Details
-
getNamespace
Returns the namespace of the alias- Returns:
- namespace of the alias
-
setNamespace
Sets the namespace of the alias- Parameters:
namespace
- the namespace of the alias- Returns:
- this instance
-
getAlias
Returns the alias of item- Returns:
- Alias alias
-
setAlias
Sets the alias of the item- Parameters:
alias
- Alias- Returns:
- this instance
-