Returns whether this named attribute should be trimmed. @return true if trimming is enabled
()
| 2293 | * @return true if trimming is enabled |
| 2294 | */ |
| 2295 | public boolean isTrim() { |
| 2296 | return trim; |
| 2297 | } |
| 2298 | |
| 2299 | /** |
| 2300 | * Sets the omit attribute for this named attribute. |
no outgoing calls
no test coverage detected