java.lang.Objectorg.eclipse.gmt.umlx.registry.model.NamedSerialization
public class NamedSerialization
A NamedSerialisation defines the serialization of a model by an informal name, and is used when the ModelSerialisationRegistryReader has no registration for that name.
Constructor Summary | |
---|---|
NamedSerialization(java.lang.String name)
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamedSerialization(java.lang.String name)
Method Detail |
---|
public java.lang.String getFactoryClassName()
ModelSerialization
getFactoryClassName
in interface ModelSerialization
public java.lang.String getName()
ModelSerialization
getName
in interface ModelSerialization