public class Format extends Object
Constructor | Description |
---|---|
Format() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
Format |
extension(String extension) |
|
Format |
fileFormat(String fileFormat) |
|
String |
getExtension() |
File extension
|
String |
getFileFormat() |
File format
|
int |
hashCode() |
|
void |
setExtension(String extension) |
|
void |
setFileFormat(String fileFormat) |
|
String |
toString() |
Copyright © 2019. All rights reserved.