Returns true if the Mapped object is considered to be a library object. Library objects are not to be modified. @return
()
| 86 | * @return |
| 87 | */ |
| 88 | public boolean isLibrary() { |
| 89 | return isLibrary; |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Sets isLibrary. See {@link #isLibrary()} for details. |
no outgoing calls
no test coverage detected