public abstract class AbstractFormat extends BaseService implements LogicalModelFormat
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFormat(String id,
String name) |
protected |
AbstractFormat(String id,
String[] aliases,
String name,
MultivaluedSupport modelType) |
protected |
AbstractFormat(String id,
String name,
boolean supportsMultivalued)
Deprecated.
|
protected |
AbstractFormat(String id,
String name,
MultivaluedSupport modelType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExport()
Does this format supports export operation?
|
boolean |
canLoad()
Does this format supports loading models?
|
String |
toString() |
getAliases, getDescription, getID, getMultivaluedSupport, getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexport, export, export, getExporter, getLoader, load, load, loadgetAliases, getDescription, getID, getMultivaluedSupport, getName@Deprecated protected AbstractFormat(String id, String name, boolean supportsMultivalued)
protected AbstractFormat(String id, String name, MultivaluedSupport modelType)
protected AbstractFormat(String id, String[] aliases, String name, MultivaluedSupport modelType)
public boolean canExport()
LogicalModelFormatcanExport in interface LogicalModelFormatpublic boolean canLoad()
LogicalModelFormatcanLoad in interface LogicalModelFormatpublic String toString()
toString in class BaseServiceCopyright © 2012–2020. All rights reserved.