Package com._1c.g5.v8.dt.ui.aef.models
Interface IVersionedModel
-
- All Known Implementing Classes:
BmVersionedValue
,EmfVersionedValue
public interface IVersionedModel
Version-aware model interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Version
getVersion()
Gets the version.
-
-
-
Method Detail
-
getVersion
Version getVersion()
Gets the version.- Returns:
- the version.
-
-