org.eclipse.ocl.examples.modelregistry.model
Interface ModelSerialization

All Known Implementing Classes:
ModelSerializationRegistry.FactorySerializationDelegate, ModelSerializationRegistry.SerializationFactory, ModelSerializationRegistryReader.BundleFactorySerialization, NamedSerialization

public interface ModelSerialization

A ModelSerialisation defines the serialization of a model by an informal name such as "XML" and a corresponding Resource.Factory implementation that creates and loads models of that serialization.


Method Summary
 java.lang.String getFactoryClassName()
          Return the name of the resource factory class.
 java.lang.String getName()
          Return the name of the model serialization.
 

Method Detail

getFactoryClassName

java.lang.String getFactoryClassName()
Return the name of the resource factory class.

Returns:
the resource factory class name.

getName

java.lang.String getName()
Return the name of the model serialization.

Returns:
the model serialization name