CsdlEntityType isHasStream()
This commit is contained in:
parent
1c8e5ce60b
commit
a058f1c1cf
|
@ -40,6 +40,16 @@ public class CsdlEntityType extends CsdlStructuralType {
|
|||
return hasStream;
|
||||
}
|
||||
|
||||
/**
|
||||
* Has stream.
|
||||
* Duplicate getter according to java naming conventions.
|
||||
*
|
||||
* @return the boolean
|
||||
*/
|
||||
public boolean isHasStream() {
|
||||
return hasStream;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets has stream.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue