Package eu.mihosoft.vmf.runtime.core
Interface ReadOnly
public interface ReadOnly
Denotes a read-only type.
Created by miho on 23.02.17.
-
Method Summary
Modifier and Type Method Description default VObject
asModifiable()
Returns a modifiable deep copy of this read-only instance
-
Method Details
-
asModifiable
Returns a modifiable deep copy of this read-only instance- Returns:
- a modifiable deep copy of this read-only instance
-