Constructor and Description |
---|
SourceFormat(String extension,
String mimetype) |
Modifier and Type | Method and Description |
---|---|
SourceFormat |
add(String mimetype) |
boolean |
equals(Object obj) |
String |
getExtension() |
String |
getMimetype() |
Set<String> |
getMimetypes()
http://de.selfhtml.org/diverses/mimetypen.htm . |
int |
hashCode() |
String |
toString() |
public SourceFormat add(String mimetype)
public String getExtension()
getExtension
in interface Format
String
.Format.getExtension()
public String getMimetype()
getMimetype
in interface Format
Format.getMimetype()
public Set<String> getMimetypes()
http://de.selfhtml.org/diverses/mimetypen.htm
.getMimetypes
in interface Format
Set
of Sting
representations.Format.getMimetypes()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
Copyright © 2016 SAPERION AG. All rights reserved.