@TestClass(value="org.openscience.cdk.io.formats.POVRayFormatTest") public class POVRayFormat extends AbstractResourceFormat implements IResourceFormat
Constructor and Description |
---|
POVRayFormat() |
Modifier and Type | Method and Description |
---|---|
String |
getFormatName()
Returns a one-lined format name of the format.
|
static IResourceFormat |
getInstance() |
String |
getMIMEType()
Returns the accepted MIME type for this format.
|
String[] |
getNameExtensions()
Returns an array of common resource name extensions.
|
String |
getPreferredNameExtension()
Returns the preferred resource name extension.
|
boolean |
isXMLBased()
Indicates if the format is an XML-based language.
|
equals, hashCode
@TestMethod(value="testResourceFormatSet") public static IResourceFormat getInstance()
@TestMethod(value="testGetFormatName") public String getFormatName()
getFormatName
in interface IResourceFormat
@TestMethod(value="testGetMIMEType") public String getMIMEType()
getMIMEType
in interface IResourceFormat
@TestMethod(value="testGetPreferredNameExtension") public String getPreferredNameExtension()
getPreferredNameExtension
in interface IResourceFormat
@TestMethod(value="testGetNameExtensions") public String[] getNameExtensions()
getNameExtensions
in interface IResourceFormat
@TestMethod(value="testIsXMLBased") public boolean isXMLBased()
isXMLBased
in interface IResourceFormat
Copyright © 2014. All Rights Reserved.