public class MimeTypeInfo
extends DmSoapService
Constructor and Description |
---|
MimeTypeInfo()
Creates a new instance of MimeTypeInfo
|
MimeTypeInfo(MimeType mimeType)
Creates a new instance of MimeTypeInfo
|
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowFullText()
Returns whether full text is allowed for this mime type.
|
boolean |
getAllowRender()
Returns whether render is allowed for this mime type.
|
java.lang.String |
getIconFile()
Returns the icon file for this mime type.
|
int |
getID()
Returns the ID for this mime type.
|
StringPair[] |
getKeywordAliases()
Returns the keyword aliases for this mime type.
|
java.lang.String |
getName()
Returns the name for this mime type.
|
public MimeTypeInfo()
public MimeTypeInfo(MimeType mimeType) throws TdException
TdException
public int getID()
public boolean getAllowFullText()
public boolean getAllowRender()
public java.lang.String getIconFile()
public StringPair[] getKeywordAliases()
public java.lang.String getName()