public class Format extends Object
Constructor and Description |
---|
Format() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Format |
extension(String extension) |
Format |
fileFormat(String fileFormat) |
String |
getExtension()
Gets or sets file extension.
|
String |
getFileFormat()
Gets or sets file format.
|
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 © 2021. All rights reserved.