Constructor. @param value
(String value)
| 166 | * @param value |
| 167 | */ |
| 168 | FileType(String value) { |
| 169 | this.value = value; |
| 170 | } |
| 171 | |
| 172 | public String getValue() { |
| 173 | return value; |
nothing calls this directly
no outgoing calls
no test coverage detected