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() |
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 © 2025. All rights reserved.