Package com.db4o.config
Class TypeAlias
- java.lang.Object
-
- com.db4o.config.TypeAlias
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
resolveRuntimeName(java.lang.String runtimeTypeName)
returns the stored type name if the alias was written for the passed runtime type namejava.lang.String
resolveStoredName(java.lang.String storedTypeName)
returns the runtime type name if the alias was written for the passed stored type name
-
-
-
Method Detail
-
resolveRuntimeName
public java.lang.String resolveRuntimeName(java.lang.String runtimeTypeName)
returns the stored type name if the alias was written for the passed runtime type name- Specified by:
resolveRuntimeName
in interfaceAlias
-
resolveStoredName
public java.lang.String resolveStoredName(java.lang.String storedTypeName)
returns the runtime type name if the alias was written for the passed stored type name- Specified by:
resolveStoredName
in interfaceAlias
-
-