Class CsdlPropertyRef
java.lang.Object
org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
org.apache.olingo.commons.api.edm.provider.CsdlPropertyRef
- All Implemented Interfaces:
CsdlNamed
The type Csdl property ref.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
getAllByName, getOneByName
-
Constructor Details
-
CsdlPropertyRef
public CsdlPropertyRef()
-
-
Method Details
-
getName
Description copied from interface:CsdlNamed
Gets name. -
setName
Sets name.- Parameters:
name
- the name- Returns:
- the name
-
getAlias
Gets alias.- Returns:
- the alias
-
setAlias
Sets alias.- Parameters:
alias
- the alias- Returns:
- the alias
-