public class FileType extends Object
Constructor | Description |
---|---|
FileType() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
FileType |
extension(String extension) |
|
FileType |
fileFormat(String fileFormat) |
|
String |
getExtension() |
Gets or sets the filename suffix (including the period \".\") e.g.
|
String |
getFileFormat() |
Gets or sets the file type name e.g.
|
int |
hashCode() |
|
void |
setExtension(String extension) |
|
void |
setFileFormat(String fileFormat) |
|
String |
toString() |
public String getFileFormat()
public void setFileFormat(String fileFormat)
public String getExtension()
public void setExtension(String extension)
Copyright © 2019. All rights reserved.