mirror of
https://github.com/apache/olingo-odata4.git
synced 2025-02-11 12:36:03 +00:00
CsdlEntityType isHasStream()
This commit is contained in:
parent
1c8e5ce60b
commit
a058f1c1cf
@ -40,6 +40,16 @@ public class CsdlEntityType extends CsdlStructuralType {
|
|||||||
return hasStream;
|
return hasStream;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Has stream.
|
||||||
|
* Duplicate getter according to java naming conventions.
|
||||||
|
*
|
||||||
|
* @return the boolean
|
||||||
|
*/
|
||||||
|
public boolean isHasStream() {
|
||||||
|
return hasStream;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets has stream.
|
* Sets has stream.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user