You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ar...@apache.org on 2020/04/14 15:24:46 UTC

[olingo-odata4] branch master updated: CsdlEntityType isHasStream()

This is an automated email from the ASF dual-hosted git repository.

archanarai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git


The following commit(s) were added to refs/heads/master by this push:
     new a058f1c  CsdlEntityType isHasStream()
a058f1c is described below

commit a058f1c1cfab13d0b3790f7a0d681d35b8098feb
Author: Archana Rai <ar...@sap.com>
AuthorDate: Tue Apr 14 20:53:36 2020 +0530

    CsdlEntityType isHasStream()
---
 .../apache/olingo/commons/api/edm/provider/CsdlEntityType.java | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/CsdlEntityType.java b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/CsdlEntityType.java
index af34ef2..b4a0909 100644
--- a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/CsdlEntityType.java
+++ b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/CsdlEntityType.java
@@ -41,6 +41,16 @@ public class CsdlEntityType extends CsdlStructuralType {
   }
 
   /**
+   * Has stream.
+   * Duplicate getter according to java naming conventions.
+   *
+   * @return the boolean
+   */
+  public boolean isHasStream() {
+    return hasStream;
+  }
+
+  /**
    * Sets has stream.
    *
    * @param hasStream the has stream